aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/py-statsmodels/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile
index 11a884f75b35..300f59398a52 100644
--- a/math/py-statsmodels/Makefile
+++ b/math/py-statsmodels/Makefile
@@ -29,7 +29,7 @@ PORTEXAMPLES= *
SHEBANG_GLOB= *.py
post-install:
- ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' | ${XARGS} ${STRIP_CMD}
+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}