diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-25 15:07:03 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-25 15:57:21 +0000 |
commit | 0816b6544377692d5169cd92911052411658bc9a (patch) | |
tree | 49efdb15afa2860f9fdf82bde51377bc19526269 | |
parent | b1516af32e1dce233a4ae73a1b1d7e4511e104ed (diff) | |
download | ports-0816b6544377692d5169cd92911052411658bc9a.tar.gz ports-0816b6544377692d5169cd92911052411658bc9a.zip |
archivers/py-brotlicffi: Cosmetic change
-rw-r--r-- | archivers/py-brotlicffi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/py-brotlicffi/Makefile b/archivers/py-brotlicffi/Makefile index 5ee0fbcfb4d5..ef11984b4095 100644 --- a/archivers/py-brotlicffi/Makefile +++ b/archivers/py-brotlicffi/Makefile @@ -22,9 +22,10 @@ USE_PYTHON= autoplist concurrent distutils MAKE_ENV= USE_SHARED_BROTLI=1 post-patch: +# Clean up bundled libraries @${RM} -fr ${WRKSRC}/libbrotli/ post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/brotlicffi/_brotlicffi*.so + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + .include <bsd.port.mk> |