diff options
Diffstat (limited to 'math/py-numpy-stl/Makefile')
-rw-r--r-- | math/py-numpy-stl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numpy-stl/Makefile b/math/py-numpy-stl/Makefile index 852e70ef9d99..4e7a0d2fd88a 100644 --- a/math/py-numpy-stl/Makefile +++ b/math/py-numpy-stl/Makefile @@ -21,6 +21,6 @@ USES= python:3.4+ USE_PYTHON= cython distutils autoplist post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/stl/_speedups.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/stl/_speedups*.so .include <bsd.port.mk> |