aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-pystun
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-12-15 05:12:24 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-12-15 05:12:24 +0800
commitf18bec54e428977296062eed21d231e6186b4356 (patch)
treebc461145f5aa20739f61e5e3da1cafab5bee3336 /net/py-pystun
parent988ea6137a04bb3555955cab6d84aed4419d0a8f (diff)
downloadfreebsd-ports-gnome-f18bec54e428977296062eed21d231e6186b4356.tar.gz
freebsd-ports-gnome-f18bec54e428977296062eed21d231e6186b4356.tar.zst
freebsd-ports-gnome-f18bec54e428977296062eed21d231e6186b4356.zip
- Don't install unwanted tests package
PR: 205066 Submitted by: yuri@rawbw.com (maintainer)
Diffstat (limited to 'net/py-pystun')
-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>