Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2014 09:41:18 +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: r344083 - head/textproc/fldiff
Message-ID:  <201402130941.s1D9fISJ088976@svn.freebsd.org>

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

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

Modified:
  head/textproc/fldiff/Makefile

Modified: head/textproc/fldiff/Makefile
==============================================================================
--- head/textproc/fldiff/Makefile	Thu Feb 13 09:41:13 2014	(r344082)
+++ head/textproc/fldiff/Makefile	Thu Feb 13 09:41:17 2014	(r344083)
@@ -23,8 +23,6 @@ PORTDOCS=	index.html fldiff.jpg
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|@OPTIM@||' ${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e 's|=Development|=Application;Development;|' \



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