Date: Sat, 6 Nov 2021 00:24:54 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 82cca234d9a8 - main - devel/py-gevent: Remove -f because RM has it already Message-ID: <202111060024.1A60OsVE011582@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=82cca234d9a822d8055fa5f69103414a863949fa commit 82cca234d9a822d8055fa5f69103414a863949fa Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 23:54:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 23:54:03 +0000 devel/py-gevent: Remove -f because RM has it already --- devel/py-gevent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-gevent/Makefile b/devel/py-gevent/Makefile index 005baaeaad12..9ff4b6d39fc2 100644 --- a/devel/py-gevent/Makefile +++ b/devel/py-gevent/Makefile @@ -32,7 +32,7 @@ MAKE_ENV= GEVENTSETUP_EMBED_CARES=0 GEVENTSETUP_EMBED_LIBEV=0 GEVENTSETUP_EMBED_ post-patch: @${RM} ${WRKSRC}/src/gevent/_util_py2.py # Clean up bundled libraries - @${RM} -fr ${WRKSRC}/deps/ + @${RM} -r ${WRKSRC}/deps/ post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111060024.1A60OsVE011582>