svn commit: r344075 - head/sysutils/fatback

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


Author: ehaupt
Date: Thu Feb 13 09:40:41 2014
New Revision: 344075
URL: http://svnweb.freebsd.org/changeset/ports/344075
QAT: https://qat.redports.org/buildarchive/r344075/

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

Modified:
  head/sysutils/fatback/Makefile

Modified: head/sysutils/fatback/Makefile
==============================================================================
--- head/sysutils/fatback/Makefile	Thu Feb 13 09:40:37 2014	(r344074)
+++ head/sysutils/fatback/Makefile	Thu Feb 13 09:40:41 2014	(r344075)
@@ -18,8 +18,6 @@ EXTRACT_AFTER_ARGS=	--exclude 'getopt*'	
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e "s/-Werror//g" ${WRKSRC}/Makefile.in
 


More information about the svn-ports-all mailing list