diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-05 23:54:01 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-05 23:54:01 +0000 |
commit | 8faa645ba66754d96e13dd73ed48fed0ee4c0c25 (patch) | |
tree | 172cc03ef87a212f8c8bb5931192acebf203e89f | |
parent | 72e1507c91cfc4135e145a5cc956f80cac07ca86 (diff) | |
download | ports-8faa645ba66754d96e13dd73ed48fed0ee4c0c25.tar.gz ports-8faa645ba66754d96e13dd73ed48fed0ee4c0c25.zip |
archivers/py-brotlicffi: Remove -f because RM has it already
-rw-r--r-- | archivers/py-brotlicffi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} {} + |