Date: Sat, 6 Nov 2021 00:25:03 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: 69a6b9052ab8 - main - print/py-uharfbuzz: Remove -f because RM has it already Message-ID: <202111060025.1A60P3ee011794@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=69a6b9052ab82af093f575a97c4ae6c7a5593bf8 commit 69a6b9052ab82af093f575a97c4ae6c7a5593bf8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 23:54:22 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 23:54:22 +0000 print/py-uharfbuzz: Remove -f because RM has it already --- print/py-uharfbuzz/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print/py-uharfbuzz/Makefile b/print/py-uharfbuzz/Makefile index ab9b1cd89b32..fbd666524b01 100644 --- a/print/py-uharfbuzz/Makefile +++ b/print/py-uharfbuzz/Makefile @@ -19,7 +19,7 @@ USES= compiler:c++11-lang python:3.6+ zip USE_PYTHON= autoplist concurrent cython distutils post-patch: - @${RM} -fr ${WRKSRC}/harfbuzz/ + @${RM} -r ${WRKSRC}/harfbuzz/ @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/setup.py ${WRKSRC}/src/uharfbuzz/_harfbuzz.cpp .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111060025.1A60P3ee011794>