git: 5bf2309e60a5 - main - lang/py-lupa: Remove -f because RM has it already
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Nov 2021 00:24:59 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5bf2309e60a5d878d69b1505b2a90fb9c38fe54f commit 5bf2309e60a5d878d69b1505b2a90fb9c38fe54f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 23:54:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 23:54:08 +0000 lang/py-lupa: Remove -f because RM has it already --- lang/py-lupa/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/py-lupa/Makefile b/lang/py-lupa/Makefile index fbbf8e5d7ace..575be3ac5c2f 100644 --- a/lang/py-lupa/Makefile +++ b/lang/py-lupa/Makefile @@ -18,7 +18,8 @@ USE_PYTHON= autoplist concurrent distutils MAKE_ARGS= --no-bundle post-patch: - @${RM} -fr ${WRKSRC}/third-party +# Clean up bundled libraries + @${RM} -r ${WRKSRC}/third-party/ post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +