diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-28 20:58:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-28 20:58:56 +0000 |
commit | 5b1d6d75f45b12860f86da1acaf318db76a961a5 (patch) | |
tree | e483be0740787f8f02888ba1fab4c8906f7586b4 | |
parent | - Add a workaround to fix conflicts with tests/__init__.py (diff) |
- Add a workaround to fix conflicts with tests/__init__.py
Reported by: antoinebot
Notes
Notes:
svn path=/head/; revision=359720
-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> |