aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:08:13 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:57:32 +0000
commit530a39e65ba2fa53a5ed6f52b4d0f163f3e6a7e9 (patch)
tree72cccc0ca7ae3589f3a2084442b7a782758a2e6c
parentf7aaa000395923540f066468f57e62ab9a079b0a (diff)
downloadports-530a39e65ba2fa53a5ed6f52b4d0f163f3e6a7e9.tar.gz
ports-530a39e65ba2fa53a5ed6f52b4d0f163f3e6a7e9.zip
math/py-numexpr: Cosmetic change
-rw-r--r--math/py-numexpr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile
index b1316be99264..aa388d441172 100644
--- a/math/py-numexpr/Makefile
+++ b/math/py-numexpr/Makefile
@@ -19,6 +19,6 @@ USES= dos2unix python:3.6+
USE_PYTHON= autoplist concurrent distutils
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/numexpr/interpreter*.so
+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>