diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-25 15:08:21 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-25 15:57:32 +0000 |
commit | 5b750ef7bef32d70d87fe6bd5cfc458f589654b1 (patch) | |
tree | 59e003d557e9e9984c975014dd7624d05e7900cf /math | |
parent | 530a39e65ba2fa53a5ed6f52b4d0f163f3e6a7e9 (diff) | |
download | ports-5b750ef7bef32d70d87fe6bd5cfc458f589654b1.tar.gz ports-5b750ef7bef32d70d87fe6bd5cfc458f589654b1.zip |
math/py-pyreadr: Cosmetic change
Diffstat (limited to 'math')
-rw-r--r-- | math/py-pyreadr/Makefile | 2 |
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> |