aboutsummaryrefslogtreecommitdiff
path: root/sysutils/odo
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-19 08:33:20 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-19 08:33:20 +0000
commit3e0063cc07fa1f21dbe9c8c9aa40c09ad7544998 (patch)
tree4d1936df9e197a7bff4a5b1f3a366e5381563c50 /sysutils/odo
parentec9e0a665ca410a33c3cc8f60c00ed34d52fae36 (diff)
downloadports-3e0063cc07fa1f21dbe9c8c9aa40c09ad7544998.tar.gz
ports-3e0063cc07fa1f21dbe9c8c9aa40c09ad7544998.zip
- Switch to new test framework
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=464996
Diffstat (limited to 'sysutils/odo')
-rw-r--r--sysutils/odo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/odo/Makefile b/sysutils/odo/Makefile
index 48df2a76c4d8..309ab74dedb1 100644
--- a/sysutils/odo/Makefile
+++ b/sysutils/odo/Makefile
@@ -19,7 +19,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
-regression-test: build
+do-test:
cd ${WRKSRC} && ${SH} ./test_odo
.include <bsd.port.mk>