svn commit: r344070 - head/security/cksfv

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


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

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

Modified:
  head/security/cksfv/Makefile

Modified: head/security/cksfv/Makefile
==============================================================================
--- head/security/cksfv/Makefile	Thu Feb 13 09:40:14 2014	(r344069)
+++ head/security/cksfv/Makefile	Thu Feb 13 09:40:19 2014	(r344070)
@@ -20,8 +20,6 @@ PORTDOCS=	README ChangeLog
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|^\(CC\)=|\1?=|' ${WRKSRC}/src/Makefile.in
 


More information about the svn-ports-all mailing list