git: 6346906e0575 - main - devel/py-invoke: Remove -f because RM has it already

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 06 Nov 2021 00:24:55 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6346906e0575700fec45b4473515e072cf01c078

commit 6346906e0575700fec45b4473515e072cf01c078
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-05 23:54:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-05 23:54:04 +0000

    devel/py-invoke: Remove -f because RM has it already
---
 devel/py-invoke/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-invoke/Makefile b/devel/py-invoke/Makefile
index 9ed420f2827f..0958b13e207b 100644
--- a/devel/py-invoke/Makefile
+++ b/devel/py-invoke/Makefile
@@ -18,6 +18,6 @@ USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
 post-patch:
-	@${RM} -fr ${WRKSRC}/invoke/vendor/yaml2
+	@${RM} -r ${WRKSRC}/invoke/vendor/yaml2
 
 .include <bsd.port.mk>