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

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

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

Modified:
  head/misc/ree/Makefile

Modified: head/misc/ree/Makefile
==============================================================================
--- head/misc/ree/Makefile	Thu Feb 13 09:39:47 2014	(r344063)
+++ head/misc/ree/Makefile	Thu Feb 13 09:39:52 2014	(r344064)
@@ -17,8 +17,6 @@ ONLY_FOR_ARCHS=	i386 amd64
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 do-build:
 .for f in ${PORTNAME} fontdump
 	${CC} ${CFLAGS} ${WRKSRC}/${f}.c -o ${WRKSRC}/${f}



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