Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Mar 2018 08:33:13 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464148 - head/sysutils/hploscripts
Message-ID:  <201803110833.w2B8XDPR012266@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803110833.w2B8XDPR012266>