svn commit: r359720 - head/devel/py-python-statsd
Martin Wilke
miwi at FreeBSD.org
Sat Jun 28 20:58:56 UTC 2014
Author: miwi
Date: Sat Jun 28 20:58:56 2014
New Revision: 359720
URL: http://svnweb.freebsd.org/changeset/ports/359720
QAT: https://qat.redports.org/buildarchive/r359720/
Log:
- Add a workaround to fix conflicts with tests/__init__.py
Reported by: antoinebot
Modified:
head/devel/py-python-statsd/Makefile
Modified: head/devel/py-python-statsd/Makefile
==============================================================================
--- head/devel/py-python-statsd/Makefile Sat Jun 28 20:58:24 2014 (r359719)
+++ head/devel/py-python-statsd/Makefile Sat Jun 28 20:58:56 2014 (r359720)
@@ -15,4 +15,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