From eabbfd75e30148b8f686899a638b93547ca83485 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 21 Oct 2016 12:51:40 +0000 Subject: ${RM} already has -f. PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight --- net/py-pystun/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/py-pystun') diff --git a/net/py-pystun/Makefile b/net/py-pystun/Makefile index 9a6ed8509380..2c382e652fa2 100644 --- a/net/py-pystun/Makefile +++ b/net/py-pystun/Makefile @@ -18,6 +18,6 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes post-extract: - @${RM} -rf ${WRKSRC}/tests + @${RM} -r ${WRKSRC}/tests .include -- cgit v1.2.3