svn commit: r344071 - head/security/idea

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 13 09:40:24 UTC 2014


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}


More information about the svn-ports-head mailing list