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

Reported by:	antoinebot
This commit is contained in:
Martin Wilke 2014-06-28 20:58:24 +00:00
parent 2f7e8170de
commit 754a9a033c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359719

View file

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