svn commit: r464148 - head/sysutils/hploscripts

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Mar 11 08:33:14 UTC 2018


Author: amdmi3
Date: Sun Mar 11 08:33:13 2018
New Revision: 464148
URL: https://svnweb.freebsd.org/changeset/ports/464148

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

Modified:
  head/sysutils/hploscripts/Makefile

Modified: head/sysutils/hploscripts/Makefile
==============================================================================
--- head/sysutils/hploscripts/Makefile	Sun Mar 11 08:32:15 2018	(r464147)
+++ head/sysutils/hploscripts/Makefile	Sun Mar 11 08:33:13 2018	(r464148)
@@ -27,12 +27,14 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/*.xml ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/hponcfg_reformat.xsl ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/locfg.pl ${STAGEDIR}${PREFIX}/bin/locfg
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/iLO_perl_xml.pdf ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/linux-LOsamplescripts3.00.0-2.txt \
 		${STAGEDIR}${DOCSDIR}/linux-LOsamplescripts.txt
 
-regression-test: build
+do-test:
 	@${PERL} -c ${WRKSRC}/locfg.pl
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list