Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2014 09:39:48 +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: r344063 - head/misc/countrycodes
Message-ID:  <201402130939.s1D9dmEP084674@svn.freebsd.org>

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

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

Modified:
  head/misc/countrycodes/Makefile

Modified: head/misc/countrycodes/Makefile
==============================================================================
--- head/misc/countrycodes/Makefile	Thu Feb 13 09:39:43 2014	(r344062)
+++ head/misc/countrycodes/Makefile	Thu Feb 13 09:39:47 2014	(r344063)
@@ -22,8 +22,6 @@ MAKE_ARGS=	prefix="${STAGEDIR}${PREFIX}"
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/${PORTDOCS} ${STAGEDIR}${DOCSDIR}



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