git: 82cca234d9a8 - main - devel/py-gevent: Remove -f because RM has it already

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 06 Nov 2021 00:24:54 UTC
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} {} +