1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Don't install unwanted tests package

PR:		205066
Submitted by:	yuri@rawbw.com (maintainer)
This commit is contained in:
Dmitry Marakasov 2015-12-14 21:12:24 +00:00
parent 2c07a5db8a
commit e49a9e739b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403739

View File

@ -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>