svn commit: r461127 - head/archivers/paq

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Feb 7 09:02:50 UTC 2018


Author: amdmi3
Date: Wed Feb  7 09:02:49 2018
New Revision: 461127
URL: https://svnweb.freebsd.org/changeset/ports/461127

Log:
  - Switch to new test framework

Modified:
  head/archivers/paq/Makefile

Modified: head/archivers/paq/Makefile
==============================================================================
--- head/archivers/paq/Makefile	Wed Feb  7 09:02:45 2018	(r461126)
+++ head/archivers/paq/Makefile	Wed Feb  7 09:02:49 2018	(r461127)
@@ -115,7 +115,7 @@ do-install:
 	cd ${DISTDIR}/${DIST_SUBDIR}; ${INSTALL_DATA} ${PORTDOCS:M*.pdf} ${STAGEDIR}${DOCSDIR}
 .endif
 
-check regression-test test: build
+do-test:
 .for _f in calgarytest.zpaq calgarytest2.zpaq
 .for _c in -list -test
 	${WRKSRC}/zpaq ${_c} ${DISTDIR}/${DIST_SUBDIR}/${_f}


More information about the svn-ports-head mailing list