svn commit: r344064 - head/misc/ree

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 13 09:39:53 UTC 2014


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}


More information about the svn-ports-all mailing list