Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 19:25:42 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343999 - head/sysutils/hploscripts
Message-ID:  <201402121925.s1CJPgGi048361@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Feb 12 19:25:42 2014
New Revision: 343999
URL: http://svnweb.freebsd.org/changeset/ports/343999
QAT: https://qat.redports.org/buildarchive/r343999/

Log:
  Now that this port is staged and DOCS defined we can stop testing for DOCS in
  any install target.

Modified:
  head/sysutils/hploscripts/Makefile

Modified: head/sysutils/hploscripts/Makefile
==============================================================================
--- head/sysutils/hploscripts/Makefile	Wed Feb 12 19:25:38 2014	(r343998)
+++ head/sysutils/hploscripts/Makefile	Wed Feb 12 19:25:42 2014	(r343999)
@@ -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



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