svn commit: r407721 - head/net/clusterit

Jason Unovitch jason.unovitch at gmail.com
Mon Feb 1 23:28:08 UTC 2016



On February 1, 2016 10:23:23 AM EST, Dmitry Sivachenko <demon at 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.



More information about the svn-ports-all mailing list