svn commit: r359716 - head/www/py-py-restclient
Martin Wilke
miwi at FreeBSD.org
Sat Jun 28 20:36:01 UTC 2014
Author: miwi
Date: Sat Jun 28 20:36:01 2014
New Revision: 359716
URL: http://svnweb.freebsd.org/changeset/ports/359716
QAT: https://qat.redports.org/buildarchive/r359716/
Log:
- Add a workaround to fix conflicts with tests/__init__.py
Reported by: antoine
Modified:
head/www/py-py-restclient/Makefile
Modified: head/www/py-py-restclient/Makefile
==============================================================================
--- head/www/py-py-restclient/Makefile Sat Jun 28 20:35:26 2014 (r359715)
+++ head/www/py-py-restclient/Makefile Sat Jun 28 20:36:01 2014 (r359716)
@@ -17,4 +17,7 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
+post-extract:
+ ${RM} -r ${WRKSRC}/tests
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list