svn commit: r344077 - head/sysutils/hploscripts

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 13 09:40:51 UTC 2014


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}


More information about the svn-ports-all mailing list