diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:25:42 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:25:42 +0000 |
commit | 1b1d798c2aa8fd6569d17a367eb47cca2522d389 (patch) | |
tree | c43befc5973c9ee5aba44dfd6629b3847c1e3182 /sysutils/hploscripts | |
parent | f802ccaa32ab32eab402bb34d0c169edb07ae059 (diff) | |
download | ports-1b1d798c2aa8fd6569d17a367eb47cca2522d389.tar.gz ports-1b1d798c2aa8fd6569d17a367eb47cca2522d389.zip |
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Notes
Notes:
svn path=/head/; revision=343999
Diffstat (limited to 'sysutils/hploscripts')
-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 |