git: 5c7edbe541d0 - main - devel/py-msgpack: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 16:02:24 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c7edbe541d090d0e7fa82d75bf0b400dfc99c65 commit 5c7edbe541d090d0e7fa82d75bf0b400dfc99c65 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 15:07:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 15:57:27 +0000 devel/py-msgpack: Cosmetic change --- devel/py-msgpack/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-msgpack/Makefile b/devel/py-msgpack/Makefile index 701e038d7da8..33e6c832e0cb 100644 --- a/devel/py-msgpack/Makefile +++ b/devel/py-msgpack/Makefile @@ -16,6 +16,6 @@ USES= python:3.6+ USE_PYTHON= autoplist concurrent cython distutils post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/msgpack/_cmsgpack*.so + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + .include <bsd.port.mk>