diff options
Diffstat (limited to 'net/py-pystun/Makefile')
-rw-r--r-- | net/py-pystun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.mk> |