aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-05 19:02:54 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-05 19:14:04 +0000
commitaacf93a0d3baf898edc0f0b43877869f4cbe85c1 (patch)
treec2584715a004a7f80d56aba67e6cdfed9a7f6296 /audio
parent41182c8f4edb6e6554c18a6bc95ee2f591c01b32 (diff)
downloadports-aacf93a0d3baf898edc0f0b43877869f4cbe85c1.tar.gz
ports-aacf93a0d3baf898edc0f0b43877869f4cbe85c1.zip
audio/py-pyliblo: Cosmetic change
Diffstat (limited to 'audio')
-rw-r--r--audio/py-pyliblo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-pyliblo/Makefile b/audio/py-pyliblo/Makefile
index f3bfec06d911..93a32caa6d67 100644
--- a/audio/py-pyliblo/Makefile
+++ b/audio/py-pyliblo/Makefile
@@ -19,6 +19,6 @@ USES= localbase python:3.6+
USE_PYTHON= autoplist concurrent cython distutils
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/liblo*.so
+ ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>