svn commit: r305794 - head/x11-wm/blackbox

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Oct 12 22:00:44 UTC 2012


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>
 


More information about the svn-ports-head mailing list