Inverted logic in last commit while converting to options ng Fix: See attached patch
Responsible Changed From-To: freebsd-ports-bugs->sylvio Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: sylvio->bapt I'll take it.
Author: bapt Date: Fri Mar 22 20:25:24 2013 New Revision: 314963 URL: http://svnweb.freebsd.org/changeset/ports/314963 Log: Fix inverted logic in last commit while converting to options ng PR: ports/177234 Submitted by: William Grzybowski <william88@gmail.com> Modified: head/databases/rrdtool/Makefile Modified: head/databases/rrdtool/Makefile ============================================================================== --- head/databases/rrdtool/Makefile Fri Mar 22 20:22:48 2013 (r314962) +++ head/databases/rrdtool/Makefile Fri Mar 22 20:25:24 2013 (r314963) @@ -113,7 +113,7 @@ post-extract: -e 's/^[[:space:]].*cd .* rrdtool.html index.html/ #/' \ ${WRKSRC}/doc/Makefile.in .endif -.if ${PORT_OPTIONS:MEXAMPLES} +.if ! ${PORT_OPTIONS:MEXAMPLES} ${REINPLACE_CMD} -e '/^SUBDIRS = /s| examples | |' \ ${WRKSRC}/Makefile.in .endif _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks, and sorry for the mess.