Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Nov 2021 00:24:50 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8faa645ba667 - main - archivers/py-brotlicffi: Remove -f because RM has it already
Message-ID:  <202111060024.1A60OoA9011509@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} {} +



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111060024.1A60OoA9011509>