diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:25:42 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:25:42 +0800 |
commit | 219f18820b9886e4d2a25a23e4d3964113d6ffd4 (patch) | |
tree | c43befc5973c9ee5aba44dfd6629b3847c1e3182 /sysutils | |
parent | e328a5530b73662d50e7d29709f228b53b04e2da (diff) | |
download | freebsd-ports-gnome-219f18820b9886e4d2a25a23e4d3964113d6ffd4.tar.gz freebsd-ports-gnome-219f18820b9886e4d2a25a23e4d3964113d6ffd4.tar.zst freebsd-ports-gnome-219f18820b9886e4d2a25a23e4d3964113d6ffd4.zip |
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hploscripts/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/hploscripts/Makefile b/sysutils/hploscripts/Makefile index 3f32f055795e..7793d961f6d9 100644 --- a/sysutils/hploscripts/Makefile +++ b/sysutils/hploscripts/Makefile @@ -28,12 +28,10 @@ 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 -.if ${PORT_OPTIONS:MDOCS} ${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 -.endif regression-test: build @${PERL} -c ${WRKSRC}/locfg.pl |