Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2012 22:00:44 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305794 - head/x11-wm/blackbox
Message-ID:  <201210122200.q9CM0ijw083547@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Fri Oct 12 22:00:44 2012
New Revision: 305794
URL: http://svn.freebsd.org/changeset/ports/305794

Log:
  Follow-up to r305690: convert the OPTIONS line to OptionsNG as well.
  
  Thanks to kwm@ for the heads-up.
  
  PR:		ports/172561
  Feature safe:	yes

Modified:
  head/x11-wm/blackbox/Makefile

Modified: head/x11-wm/blackbox/Makefile
==============================================================================
--- head/x11-wm/blackbox/Makefile	Fri Oct 12 21:56:09 2012	(r305793)
+++ head/x11-wm/blackbox/Makefile	Fri Oct 12 22:00:44 2012	(r305794)
@@ -24,7 +24,8 @@ USE_XORG=	x11 xft
 MAN1=		bsetbg.1 bsetroot.1
 PORTDOCS=	README.bbtools README.bsetbg
 
-OPTIONS=	TOOLS_ONLY "Do not install window manager, only tools" off
+OPTIONS_DEFINE=		TOOLS_ONLY
+TOOLS_ONLY_DESC=	Do not install window manager, only tools
 
 .include <bsd.port.options.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210122200.q9CM0ijw083547>