svn commit: r344060 - head/graphics/metacam

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


Author: ehaupt
Date: Thu Feb 13 09:39:34 2014
New Revision: 344060
URL: http://svnweb.freebsd.org/changeset/ports/344060
QAT: https://qat.redports.org/buildarchive/r344060/

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

Modified:
  head/graphics/metacam/Makefile

Modified: head/graphics/metacam/Makefile
==============================================================================
--- head/graphics/metacam/Makefile	Thu Feb 13 09:39:29 2014	(r344059)
+++ head/graphics/metacam/Makefile	Thu Feb 13 09:39:34 2014	(r344060)
@@ -21,8 +21,6 @@ ALL_TARGET=	${PORTNAME}
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 \


More information about the svn-ports-head mailing list