aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:08:04 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:57:32 +0000
commitf7aaa000395923540f066468f57e62ab9a079b0a (patch)
tree29b980fbdfe40e2856c82a02cda56194cf8117f4
parent0684383d4a8c0c6d5c6b4beb1ba2f19c9d95c106 (diff)
downloadports-f7aaa000395923540f066468f57e62ab9a079b0a.tar.gz
ports-f7aaa000395923540f066468f57e62ab9a079b0a.zip
math/py-iohexperimenter: Cosmetic change
-rw-r--r--math/py-iohexperimenter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-iohexperimenter/Makefile b/math/py-iohexperimenter/Makefile
index 17b2b5b2102c..1f1999049843 100644
--- a/math/py-iohexperimenter/Makefile
+++ b/math/py-iohexperimenter/Makefile
@@ -21,6 +21,6 @@ USE_PYTHON= autoplist concurrent distutils
USE_CXXSTD= c++14
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/IOHexperimenter/_IOHprofiler*.so
+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>