svn commit: r359714 - head/www/py-django-evolution

Martin Wilke miwi at FreeBSD.org
Sat Jun 28 20:29:44 UTC 2014


Author: miwi
Date: Sat Jun 28 20:29:43 2014
New Revision: 359714
URL: http://svnweb.freebsd.org/changeset/ports/359714
QAT: https://qat.redports.org/buildarchive/r359714/

Log:
  - Add a workaround to fix conflicts with tests/__init__.py
  
  Reported by:	antoine

Modified:
  head/www/py-django-evolution/Makefile

Modified: head/www/py-django-evolution/Makefile
==============================================================================
--- head/www/py-django-evolution/Makefile	Sat Jun 28 20:10:10 2014	(r359713)
+++ head/www/py-django-evolution/Makefile	Sat Jun 28 20:29:43 2014	(r359714)
@@ -20,4 +20,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-head mailing list