1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add a workaround to fix conflicts with tests/__init__.py

Reported by:	antoine
This commit is contained in:
Martin Wilke 2014-06-28 20:35:26 +00:00
parent 00c813063b
commit 0769f3e0b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359715

View File

@ -16,4 +16,7 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
post-extract:
${RM} -r ${WRKSRC}/tests
.include <bsd.port.mk>