diff options
-rw-r--r-- | math/py-iohexperimenter/Makefile | 2 |
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> |