Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2014 09:40:51 +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: r344077 - head/sysutils/hploscripts
Message-ID:  <201402130940.s1D9epfF087780@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Feb 13 09:40:50 2014
New Revision: 344077
URL: http://svnweb.freebsd.org/changeset/ports/344077
QAT: https://qat.redports.org/buildarchive/r344077/

Log:
  Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
  afterwards.
  
  Encouraged by:	mat

Modified:
  head/sysutils/hploscripts/Makefile

Modified: head/sysutils/hploscripts/Makefile
==============================================================================
--- head/sysutils/hploscripts/Makefile	Thu Feb 13 09:40:46 2014	(r344076)
+++ head/sysutils/hploscripts/Makefile	Thu Feb 13 09:40:50 2014	(r344077)
@@ -21,8 +21,6 @@ PORTDOCS=	iLO_perl_xml.pdf linux-LOsampl
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 do-install:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/*.xml ${STAGEDIR}${EXAMPLESDIR}



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