svn commit: r344083 - head/textproc/fldiff

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 13 09:41:18 UTC 2014


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;|' \


More information about the svn-ports-head mailing list