svn commit: r407721 - head/net/clusterit

Dmitry Sivachenko demon at FreeBSD.org
Mon Feb 1 15:23:25 UTC 2016


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>


More information about the svn-ports-all mailing list