svn commit: r464577 - head/www/tidy-devel

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 15 08:33:15 UTC 2018


Author: amdmi3
Date: Thu Mar 15 08:33:14 2018
New Revision: 464577
URL: https://svnweb.freebsd.org/changeset/ports/464577

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

Modified:
  head/www/tidy-devel/Makefile

Modified: head/www/tidy-devel/Makefile
==============================================================================
--- head/www/tidy-devel/Makefile	Thu Mar 15 08:20:30 2018	(r464576)
+++ head/www/tidy-devel/Makefile	Thu Mar 15 08:33:14 2018	(r464577)
@@ -88,14 +88,14 @@ post-install:
 .for pgm in ${BIN2STRIP}
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${pgm}
 .endfor
-.if ${PORT_OPTIONS:MDOCS}
+
+post-install-DOCS-on:
 	@${ECHO_MSG} "===>   Installing documentation for ${PKGNAME}"
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${DOCFILES:S|^|${WRKSRC}/htmldoc/|} ${STAGEDIR}${DOCSDIR}
 	@${ECHO_MSG} "===>   Documentation installed in ${DOCSDIR}."
-.endif
 
-regression-test:
+do-test:
 .for t in testaccess.sh testall.sh testxml.sh
 	cd ${WRKSRC}/test && ./${t}
 .endfor


More information about the svn-ports-all mailing list