1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

print/py-uharfbuzz: Remove -f because RM has it already

This commit is contained in:
Po-Chuan Hsieh 2021-11-06 07:54:22 +08:00
parent 15db0d2095
commit 69a6b9052a
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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>