Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2014 09:40:33 +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: r344073 - head/security/pure-sfv
Message-ID:  <201402130940.s1D9eXq9087464@svn.freebsd.org>

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

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

Modified:
  head/security/pure-sfv/Makefile

Modified: head/security/pure-sfv/Makefile
==============================================================================
--- head/security/pure-sfv/Makefile	Thu Feb 13 09:40:28 2014	(r344072)
+++ head/security/pure-sfv/Makefile	Thu Feb 13 09:40:32 2014	(r344073)
@@ -21,8 +21,6 @@ PORTDOCS=	ReadMe.txt
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -E 's/^(CFLAGS|CC)[ +=]*/\1?=/' \
 		${WRKSRC}/Makefile



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