Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Nov 2021 19:17:36 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b45d9f417481 - main - graphics/py-pandana: Cosmetic change
Message-ID:  <202111051917.1A5JHapo088415@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b45d9f417481b3ae4dba61188df4eb76459fac85

commit b45d9f417481b3ae4dba61188df4eb76459fac85
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-05 19:03:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-05 19:14:15 +0000

    graphics/py-pandana: Cosmetic change
---
 graphics/py-pandana/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/py-pandana/Makefile b/graphics/py-pandana/Makefile
index a27d085f1f00..362ad0d161fa 100644
--- a/graphics/py-pandana/Makefile
+++ b/graphics/py-pandana/Makefile
@@ -26,6 +26,6 @@ USE_PYTHON=	autoplist concurrent cython distutils
 CFLAGS+=	-DNO_TR1_MEMORY
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pandana/cyaccess*.so
+	${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111051917.1A5JHapo088415>