summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/py-future/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-future/Makefile b/devel/py-future/Makefile
index fcfe91636c3e..c27f444b20c2 100644
--- a/devel/py-future/Makefile
+++ b/devel/py-future/Makefile
@@ -17,7 +17,7 @@ USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-regression-test: build
+do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>