1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

devel/py-portalocker: Remove tests directory to avoid conflicts

This commit is contained in:
Danilo G. Baio 2019-06-23 01:28:03 +00:00
parent 282cc3636a
commit 836a6e2a36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504918

View File

@ -2,6 +2,7 @@
PORTNAME= portalocker
PORTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -17,4 +18,7 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
post-extract:
@${RM} -r ${WRKSRC}/tests
.include <bsd.port.mk>