svn commit: r464996 - head/sysutils/odo

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Mar 19 08:33:21 UTC 2018


Author: amdmi3
Date: Mon Mar 19 08:33:20 2018
New Revision: 464996
URL: https://svnweb.freebsd.org/changeset/ports/464996

Log:
  - Switch to new test framework
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/odo/Makefile

Modified: head/sysutils/odo/Makefile
==============================================================================
--- head/sysutils/odo/Makefile	Mon Mar 19 08:23:13 2018	(r464995)
+++ head/sysutils/odo/Makefile	Mon Mar 19 08:33:20 2018	(r464996)
@@ -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>


More information about the svn-ports-all mailing list