aboutsummaryrefslogtreecommitdiff
path: root/math/py-pyreadr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-pyreadr/Makefile')
-rw-r--r--math/py-pyreadr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-pyreadr/Makefile b/math/py-pyreadr/Makefile
index 958593b53240..8445f7295db6 100644
--- a/math/py-pyreadr/Makefile
+++ b/math/py-pyreadr/Makefile
@@ -23,6 +23,6 @@ post-patch:
@${RM} -fr ${WRKSRC}/win_libs/
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyreadr/librdata${PYTHON_EXT_SUFFIX}.so
+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>