aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/py-srsly/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-srsly/Makefile b/devel/py-srsly/Makefile
index c51f95aa061b..89b1c5b59e7b 100644
--- a/devel/py-srsly/Makefile
+++ b/devel/py-srsly/Makefile
@@ -16,6 +16,6 @@ USES= python:3.6+
USE_PYTHON= autoplist concurrent cython distutils
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/srsly/*/*.so
+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>