summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>