- Switch to new test framework

- Switch to options helpers

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-03-11 08:33:13 +00:00
parent 7c2d640163
commit 06a6b0eb9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464148

View file

@ -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>