aboutsummaryrefslogtreecommitdiff
path: root/print/py-uharfbuzz
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-05 23:54:22 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-05 23:54:22 +0000
commit69a6b9052ab82af093f575a97c4ae6c7a5593bf8 (patch)
tree2e07bb5acd32ad06458cc771455a2c4f1454421f /print/py-uharfbuzz
parent15db0d2095b0082beb5c7cb65a0039ba4cb46e12 (diff)
downloadports-69a6b9052ab82af093f575a97c4ae6c7a5593bf8.tar.gz
ports-69a6b9052ab82af093f575a97c4ae6c7a5593bf8.zip
print/py-uharfbuzz: Remove -f because RM has it already
Diffstat (limited to 'print/py-uharfbuzz')
-rw-r--r--print/py-uharfbuzz/Makefile2
1 files changed, 1 insertions, 1 deletions
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>