git: 8faa645ba667 - main - archivers/py-brotlicffi: Remove -f because RM has it already
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Nov 2021 00:24:50 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8faa645ba66754d96e13dd73ed48fed0ee4c0c25 commit 8faa645ba66754d96e13dd73ed48fed0ee4c0c25 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 23:54:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 23:54:01 +0000 archivers/py-brotlicffi: Remove -f because RM has it already --- archivers/py-brotlicffi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivers/py-brotlicffi/Makefile b/archivers/py-brotlicffi/Makefile index ef11984b4095..c0f993e110d9 100644 --- a/archivers/py-brotlicffi/Makefile +++ b/archivers/py-brotlicffi/Makefile @@ -23,7 +23,7 @@ MAKE_ENV= USE_SHARED_BROTLI=1 post-patch: # Clean up bundled libraries - @${RM} -fr ${WRKSRC}/libbrotli/ + @${RM} -r ${WRKSRC}/libbrotli/ post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +