git: 5b750ef7bef3 - main - math/py-pyreadr: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 16:02:47 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b750ef7bef32d70d87fe6bd5cfc458f589654b1 commit 5b750ef7bef32d70d87fe6bd5cfc458f589654b1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 15:08:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 15:57:32 +0000 math/py-pyreadr: Cosmetic change --- math/py-pyreadr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>