svn commit: r344065 - head/net/corkscrew

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


Author: ehaupt
Date: Thu Feb 13 09:39:56 2014
New Revision: 344065
URL: http://svnweb.freebsd.org/changeset/ports/344065
QAT: https://qat.redports.org/buildarchive/r344065/

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

Modified:
  head/net/corkscrew/Makefile

Modified: head/net/corkscrew/Makefile
==============================================================================
--- head/net/corkscrew/Makefile	Thu Feb 13 09:39:52 2014	(r344064)
+++ head/net/corkscrew/Makefile	Thu Feb 13 09:39:56 2014	(r344065)
@@ -17,8 +17,6 @@ GNU_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in NEWS README TODO


More information about the svn-ports-all mailing list