diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-05 19:02:55 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-05 19:14:04 +0000 |
commit | ba0c281ac9d1dee57942ab7c1b74db313f82843f (patch) | |
tree | 8873f66a2f0b86d48b847383da853d4eb6d35c01 | |
parent | aacf93a0d3baf898edc0f0b43877869f4cbe85c1 (diff) | |
download | ports-ba0c281ac9d1dee57942ab7c1b74db313f82843f.tar.gz ports-ba0c281ac9d1dee57942ab7c1b74db313f82843f.zip |
audio/py-pymad: Cosmetic change
-rw-r--r-- | audio/py-pymad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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> |