git: 69a6b9052ab8 - main - print/py-uharfbuzz: Remove -f because RM has it already
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Nov 2021 00:25:03 UTC
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>