- 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:56 +00:00
parent 754a9a033c
commit 5b1d6d75f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359720

View File

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