svn commit: r468333 - head/science/mei

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 26 08:33:49 UTC 2018


Author: amdmi3
Date: Thu Apr 26 08:33:48 2018
New Revision: 468333
URL: https://svnweb.freebsd.org/changeset/ports/468333

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

Modified:
  head/science/mei/Makefile

Modified: head/science/mei/Makefile
==============================================================================
--- head/science/mei/Makefile	Thu Apr 26 08:21:58 2018	(r468332)
+++ head/science/mei/Makefile	Thu Apr 26 08:33:48 2018	(r468333)
@@ -23,11 +23,9 @@ CONFIGURE_ARGS=	--with-bft=${LOCALBASE}
 INSTALL_TARGET=	install-strip
 BINARY_ALIAS=	swig=swig3.0
 
-.if defined(MAINTAINER_MODE)
-regression-test:
+do-test:
 	(cd ${WRKSRC}/tests &&	\
-	${MAKE} check &&	\
+	${MAKE_CMD} check &&	\
 	./mei_test )
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list