svn commit: r344067 - head/news/brag

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


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

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

Modified:
  head/news/brag/Makefile

Modified: head/news/brag/Makefile
==============================================================================
--- head/news/brag/Makefile	Thu Feb 13 09:40:01 2014	(r344066)
+++ head/news/brag/Makefile	Thu Feb 13 09:40:05 2014	(r344067)
@@ -20,8 +20,6 @@ TCLSH=		tclsh8.4
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|^\(exec\ \)tclsh|\1${TCLSH}|' \
 		${WRKSRC}/${PORTNAME}


More information about the svn-ports-head mailing list