aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/py-pystun/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/py-pystun/Makefile b/net/py-pystun/Makefile
index 0adbf5f90853..9a6ed8509380 100644
--- a/net/py-pystun/Makefile
+++ b/net/py-pystun/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pystun
PORTVERSION= 0.1.0
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,4 +17,7 @@ USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
+post-extract:
+ @${RM} -rf ${WRKSRC}/tests
+
.include <bsd.port.mk>