git: ba0c281ac9d1 - main - audio/py-pymad: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Nov 2021 19:17:07 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba0c281ac9d1dee57942ab7c1b74db313f82843f commit ba0c281ac9d1dee57942ab7c1b74db313f82843f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 19:02:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 19:14:04 +0000 audio/py-pymad: Cosmetic change --- audio/py-pymad/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/py-pymad/Makefile b/audio/py-pymad/Makefile index 57875a269220..d3f3380e6bbb 100644 --- a/audio/py-pymad/Makefile +++ b/audio/py-pymad/Makefile @@ -21,6 +21,6 @@ do-configure: @cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} config_unix.py --prefix ${LOCALBASE} post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/mad*.so + ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + .include <bsd.port.mk>