1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

math/py-hdbscan: Cosmetic change

This commit is contained in:
Po-Chuan Hsieh 2021-10-25 23:07:56 +08:00
parent 1024fbef23
commit 0684383d4a
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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>