svn commit: r344066 - head/net-im/bsflite

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


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

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

Modified:
  head/net-im/bsflite/Makefile

Modified: head/net-im/bsflite/Makefile
==============================================================================
--- head/net-im/bsflite/Makefile	Thu Feb 13 09:39:56 2014	(r344065)
+++ head/net-im/bsflite/Makefile	Thu Feb 13 09:40:01 2014	(r344066)
@@ -15,8 +15,6 @@ PORTDOCS=	COPYING ChangeLog README
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -E '/^(CC|CFLAGS)/d' \
 		${WRKSRC}/${MAKEFILE} \


More information about the svn-ports-head mailing list