git: e902c8c3136e - main - devel/py-cbor: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 16:02:10 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e902c8c3136e6d1fc2278f5c8b2aa2dfc45292bf commit e902c8c3136e6d1fc2278f5c8b2aa2dfc45292bf Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 15:07:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 15:57:23 +0000 devel/py-cbor: Cosmetic change --- devel/py-cbor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-cbor/Makefile b/devel/py-cbor/Makefile index 2c1cdce23ac1..d42b83491fa8 100644 --- a/devel/py-cbor/Makefile +++ b/devel/py-cbor/Makefile @@ -22,6 +22,6 @@ post-patch: .endif post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cbor/_cbor*.so + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + .include <bsd.port.post.mk>