Date: Mon, 01 Feb 2016 18:28:00 -0500 From: Jason Unovitch <jason.unovitch@gmail.com> To: Dmitry Sivachenko <demon@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r407721 - head/net/clusterit Message-ID: <4581C71D-D514-4B5D-AFF5-4E51F4ABDCD5@FreeBSD.org> In-Reply-To: <201602011523.u11FNNQ3024962@repo.freebsd.org> References: <201602011523.u11FNNQ3024962@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On February 1, 2016 10:23:23 AM EST, Dmitry Sivachenko <demon@FreeBSD.org> wrote: >Author: demon >Date: Mon Feb 1 15:23:23 2016 >New Revision: 407721 >URL: https://svnweb.freebsd.org/changeset/ports/407721 > >Log: > Use fancy options helper. > > Submitted by: mat > >Modified: > head/net/clusterit/Makefile > >Modified: head/net/clusterit/Makefile >============================================================================== >--- head/net/clusterit/Makefile Mon Feb 1 14:29:16 2016 (r407720) >+++ head/net/clusterit/Makefile Mon Feb 1 15:23:23 2016 (r407721) >@@ -20,9 +20,7 @@ X11_USE= XORG=x11 > > .include <bsd.port.options.mk> > >-post-patch: >-.if !$(PORT_OPTIONS:MX11) >+post-patch-X11-off: > ${REINPLACE_CMD} -E 's,^(SUBDIRS) = .*,\1 = barrier dsh jsd pcp dtop >tools,' ${WRKSRC}/Makefile.in >-.endif > > .include <bsd.port.mk> In this case the 'include <bsd.port.options.mk>' is no longer needed since it is all option helpers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4581C71D-D514-4B5D-AFF5-4E51F4ABDCD5>