From 69a6b9052ab82af093f575a97c4ae6c7a5593bf8 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 6 Nov 2021 07:54:22 +0800 Subject: [PATCH] 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