diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/py-hdbscan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-hdbscan/Makefile b/math/py-hdbscan/Makefile index 84f765d1315a..292816ee0cf6 100644 --- a/math/py-hdbscan/Makefile +++ b/math/py-hdbscan/Makefile @@ -24,6 +24,6 @@ USES= python:3.5+ USE_PYTHON= autoplist concurrent cython distutils post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/hdbscan/*.so + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + .include <bsd.port.mk> |