svn commit: r458670 - head/math/gmp

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jan 10 18:36:50 UTC 2018


Author: amdmi3
Date: Wed Jan 10 18:36:49 2018
New Revision: 458670
URL: https://svnweb.freebsd.org/changeset/ports/458670

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

Modified:
  head/math/gmp/Makefile

Modified: head/math/gmp/Makefile
==============================================================================
--- head/math/gmp/Makefile	Wed Jan 10 18:12:31 2018	(r458669)
+++ head/math/gmp/Makefile	Wed Jan 10 18:36:49 2018	(r458670)
@@ -46,7 +46,4 @@ CONFIGURE_ENV+=	ABI="32"
 post-extract:
 	@${RM} ${WRKSRC}/doc/gmp.info*
 
-regression-test check: build
-	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
-
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list