svn commit: r403739 - head/net/py-pystun
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Dec 14 21:12:25 UTC 2015
Author: amdmi3
Date: Mon Dec 14 21:12:24 2015
New Revision: 403739
URL: https://svnweb.freebsd.org/changeset/ports/403739
Log:
- Don't install unwanted tests package
PR: 205066
Submitted by: yuri at rawbw.com (maintainer)
Modified:
head/net/py-pystun/Makefile
Modified: head/net/py-pystun/Makefile
==============================================================================
--- head/net/py-pystun/Makefile Mon Dec 14 21:10:13 2015 (r403738)
+++ head/net/py-pystun/Makefile Mon Dec 14 21:12:24 2015 (r403739)
@@ -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>
More information about the svn-ports-all
mailing list