svn commit: r460580 - head/archivers/minizip

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Feb 1 09:02:17 UTC 2018


Author: amdmi3
Date: Thu Feb  1 09:02:16 2018
New Revision: 460580
URL: https://svnweb.freebsd.org/changeset/ports/460580

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

Modified:
  head/archivers/minizip/Makefile

Modified: head/archivers/minizip/Makefile
==============================================================================
--- head/archivers/minizip/Makefile	Thu Feb  1 09:02:14 2018	(r460579)
+++ head/archivers/minizip/Makefile	Thu Feb  1 09:02:16 2018	(r460580)
@@ -25,7 +25,7 @@ post-patch:
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${PREFIX}/man/man1
 
-regression-test:
+do-test:
 	${RM} -r ${WRKDIR}/regression-test1
 	${MKDIR} ${WRKDIR}/regression-test1
 	${MV} ${WRKSRC}/*.[cho] ${WRKDIR}/regression-test1


More information about the svn-ports-head mailing list