svn commit: r344063 - head/misc/countrycodes

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 13 09:39:48 UTC 2014


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}


More information about the svn-ports-all mailing list