svn commit: r359715 - head/www/py-poster
Martin Wilke
miwi at FreeBSD.org
Sat Jun 28 20:35:27 UTC 2014
Author: miwi
Date: Sat Jun 28 20:35:26 2014
New Revision: 359715
URL: http://svnweb.freebsd.org/changeset/ports/359715
QAT: https://qat.redports.org/buildarchive/r359715/
Log:
- Add a workaround to fix conflicts with tests/__init__.py
Reported by: antoine
Modified:
head/www/py-poster/Makefile
Modified: head/www/py-poster/Makefile
==============================================================================
--- head/www/py-poster/Makefile Sat Jun 28 20:29:43 2014 (r359714)
+++ head/www/py-poster/Makefile Sat Jun 28 20:35:26 2014 (r359715)
@@ -16,4 +16,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