aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2018-03-11 16:33:13 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2018-03-11 16:33:13 +0800
commit9ab36002226fd3f2f56c2b3a5ebf87f078ef2945 (patch)
tree88a6372efcc48d7cd1bb6e7288cad68b3a6381cb /sysutils
parent0918338293cf780d7624322df88076a8683e1fcf (diff)
downloadfreebsd-ports-gnome-9ab36002226fd3f2f56c2b3a5ebf87f078ef2945.tar.gz
freebsd-ports-gnome-9ab36002226fd3f2f56c2b3a5ebf87f078ef2945.tar.zst
freebsd-ports-gnome-9ab36002226fd3f2f56c2b3a5ebf87f078ef2945.zip
- Switch to new test framework
- Switch to options helpers Approved by: portmgr blanket
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/hploscripts/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/hploscripts/Makefile b/sysutils/hploscripts/Makefile
index c97a3959df04..055f0954f06a 100644
--- a/sysutils/hploscripts/Makefile
+++ b/sysutils/hploscripts/Makefile
@@ -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>