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:
parent
2c07a5db8a
commit
e49a9e739b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403739
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user