diff options
author | miwi <miwi@FreeBSD.org> | 2014-06-29 04:58:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-06-29 04:58:56 +0800 |
commit | 912cfcd4a64718a92981833901d039fa904ca9a3 (patch) | |
tree | e483be0740787f8f02888ba1fab4c8906f7586b4 /devel | |
parent | 060098f442983ebafafff71e4f2669070f64cef4 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |