svn commit: r471196 - head/math/metis-edf

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 31 08:34:22 UTC 2018


Author: amdmi3
Date: Thu May 31 08:34:20 2018
New Revision: 471196
URL: https://svnweb.freebsd.org/changeset/ports/471196

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

Modified:
  head/math/metis-edf/Makefile

Modified: head/math/metis-edf/Makefile
==============================================================================
--- head/math/metis-edf/Makefile	Thu May 31 07:29:11 2018	(r471195)
+++ head/math/metis-edf/Makefile	Thu May 31 08:34:20 2018	(r471196)
@@ -49,7 +49,7 @@ post-install:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/graphs/* ${STAGEDIR}${EXAMPLESDIR}
 
-regression-test:
+do-test:
 	(cd ${WRKSRC}/graphs && ../programs/gpmetis test.mgraph 2 || ${TRUE})
 
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list