git: b45d9f417481 - main - graphics/py-pandana: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Nov 2021 19:17:36 UTC
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>