aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:07:56 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:57:32 +0000
commit0684383d4a8c0c6d5c6b4beb1ba2f19c9d95c106 (patch)
tree6c73d6519d35accb7f78f1b2cb66ca3f5e18db17
parent1024fbef2399aea3f9c06ed409f31458c5833fef (diff)
downloadports-0684383d4a8c0c6d5c6b4beb1ba2f19c9d95c106.tar.gz
ports-0684383d4a8c0c6d5c6b4beb1ba2f19c9d95c106.zip
math/py-hdbscan: Cosmetic change
-rw-r--r--math/py-hdbscan/Makefile2
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>