pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/fluxbox rename variables FLUKEBOX_USE_* -> FLUXBOX_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abd6eab8038d
branches:  trunk
changeset: 459814:abd6eab8038d
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Fri Aug 08 11:12:31 2003 +0000

description:
rename variables FLUKEBOX_USE_* -> FLUXBOX_USE_*

diffstat:

 wm/fluxbox/Makefile |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (43 lines):

diff -r cbdd6257ec00 -r abd6eab8038d wm/fluxbox/Makefile
--- a/wm/fluxbox/Makefile       Fri Aug 08 10:02:02 2003 +0000
+++ b/wm/fluxbox/Makefile       Fri Aug 08 11:12:31 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/07/28 17:50:10 hubertf Exp $
+# $NetBSD: Makefile,v 1.13 2003/08/08 11:12:31 hubertf Exp $
 #
 
 DISTNAME=      fluxbox-0.9.4
@@ -19,25 +19,25 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-FLUKEBOX_USE_XINERAMA?=        NO
-.if !empty(FLUKEBOX_USE_XINERAMA:M[Yy][Ee][Ss])
+FLUXBOX_USE_XINERAMA?= NO
+.if !empty(FLUXBOX_USE_XINERAMA:M[Yy][Ee][Ss])
 CONFIGURE_ARGS+=       --enable-xinerama
 .endif
 
-FLUKEBOX_USE_KDE?=     NO
-.if !empty(FLUKEBOX_USE_KDE:M[Yy][Ee][Ss])
+FLUXBOX_USE_KDE?=      NO
+.if !empty(FLUXBOX_USE_KDE:M[Yy][Ee][Ss])
 CONFIGURE_ARGS+=       --enable-kde
 .endif
 
-FLUKEBOX_USE_GNOME?=   NO
-.if !empty(FLUKEBOX_USE_GNOME:M[Yy][Ee][Ss])
+FLUXBOX_USE_GNOME?=    NO
+.if !empty(FLUXBOX_USE_GNOME:M[Yy][Ee][Ss])
 CONFIGURE_ARGS+=       --enable-gnome
 .elseif
 CONFIGURE_ARGS+=       --disable-gnome
 .endif
 
-FLUKEBOX_USE_XFT?=     YES
-.if !empty(FLUKEBOX_USE_XFT:M[Yy][Ee][Ss])
+FLUXBOX_USE_XFT?=      YES
+.if !empty(FLUXBOX_USE_XFT:M[Yy][Ee][Ss])
 CONFIGURE_ARGS+=       --enable-xft
 .include "../../fonts/Xft2/buildlink2.mk"
 .elseif



Home | Main Index | Thread Index | Old Index