svn commit: r464764 - head/math/ipopt

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Mar 17 08:33:19 UTC 2018


Author: amdmi3
Date: Sat Mar 17 08:33:18 2018
New Revision: 464764
URL: https://svnweb.freebsd.org/changeset/ports/464764

Log:
  - Remove redundant regression-test target, the port already supports 'make test'

Modified:
  head/math/ipopt/Makefile

Modified: head/math/ipopt/Makefile
==============================================================================
--- head/math/ipopt/Makefile	Sat Mar 17 07:24:44 2018	(r464763)
+++ head/math/ipopt/Makefile	Sat Mar 17 08:33:18 2018	(r464764)
@@ -56,9 +56,4 @@ post-install-DOCS-on:
 	${MV} ${STAGEDIR}${PREFIX}/share/coin/doc ${STAGEDIR}${DOCSDIR}
 	${RM} -r ${STAGEDIR}${PREFIX}/share/coin
 
-.if defined(MAINTAINER_MODE)
-regression-test:
-	(cd ${WRKSRC}; ${MAKE_CMD} test)
-.endif
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list