summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-08-05 19:08:44 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-08-05 19:08:44 +0000
commit1895df07f6324d16d29e429408b4d02101e967f7 (patch)
treef9e49cf0e65a7c98059663710819ac0372b5a020
parentUpdate to 1.3 (diff)
Convert to test framework
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=476454
-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>