aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-06-29 04:58:56 +0800
committermiwi <miwi@FreeBSD.org>2014-06-29 04:58:56 +0800
commit912cfcd4a64718a92981833901d039fa904ca9a3 (patch)
treee483be0740787f8f02888ba1fab4c8906f7586b4 /devel
parent060098f442983ebafafff71e4f2669070f64cef4 (diff)
downloadfreebsd-ports-gnome-912cfcd4a64718a92981833901d039fa904ca9a3.tar.gz
freebsd-ports-gnome-912cfcd4a64718a92981833901d039fa904ca9a3.tar.zst
freebsd-ports-gnome-912cfcd4a64718a92981833901d039fa904ca9a3.zip
- Add a workaround to fix conflicts with tests/__init__.py
Reported by: antoinebot
Diffstat (limited to 'devel')
-rw-r--r--devel/py-python-statsd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-python-statsd/Makefile b/devel/py-python-statsd/Makefile
index 54dfa19751c6..c72621b745f8 100644
--- a/devel/py-python-statsd/Makefile
+++ b/devel/py-python-statsd/Makefile
@@ -15,4 +15,7 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
+post-extract:
+ ${RM} -r ${WRKSRC}/tests
+
.include <bsd.port.mk>