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

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

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

Modified:
  head/security/idea/Makefile

Modified: head/security/idea/Makefile
==============================================================================
--- head/security/idea/Makefile	Thu Feb 13 09:40:19 2014	(r344070)
+++ head/security/idea/Makefile	Thu Feb 13 09:40:23 2014	(r344071)
@@ -17,8 +17,6 @@ WRKSRC=		${WRKDIR}/${PORTNAME}
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 do-build:
 	${CC} ${WRKSRC}/idea.c ${WRKSRC}/idea_cmd.c ${CFLAGS} \
 		-o ${WRKSRC}/${PORTNAME}



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