svn commit: r468263 - head/print/pecl-ps

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 25 08:33:51 UTC 2018


Author: amdmi3
Date: Wed Apr 25 08:33:50 2018
New Revision: 468263
URL: https://svnweb.freebsd.org/changeset/ports/468263

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

Modified:
  head/print/pecl-ps/Makefile

Modified: head/print/pecl-ps/Makefile
==============================================================================
--- head/print/pecl-ps/Makefile	Wed Apr 25 08:29:36 2018	(r468262)
+++ head/print/pecl-ps/Makefile	Wed Apr 25 08:33:50 2018	(r468263)
@@ -20,7 +20,7 @@ USES=		php:pecl
 post-patch:
 	@${REINPLACE_CMD} -e 's|-ldl|-lintl|g' ${WRKSRC}/config.m4
 
-test check regression-test: build
+do-test:
 	${MAKE} -C ${WRKSRC} test < /dev/null
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list