Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2014 09:39:34 +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: r344060 - head/graphics/metacam
Message-ID:  <201402130939.s1D9dYIf084430@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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