diff options
author | rillig <rillig> | 2005-12-05 23:55:01 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-12-05 23:55:01 +0000 |
commit | 3dae8fea14cb07876cbc876f030a3b37361f56b8 (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /wm | |
parent | b235a79d8801c0bedb11aebddf494c6cd5c60968 (diff) | |
download | pkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/icewm/Makefile.common | 6 | ||||
-rw-r--r-- | wm/ion/Makefile | 4 | ||||
-rw-r--r-- | wm/ion3-devel/Makefile | 4 | ||||
-rw-r--r-- | wm/matchbox/Makefile | 4 | ||||
-rw-r--r-- | wm/openbox/Makefile | 4 | ||||
-rw-r--r-- | wm/pekwm/Makefile | 4 | ||||
-rw-r--r-- | wm/windowmaker/Makefile | 4 |
7 files changed, 15 insertions, 15 deletions
diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common index 34129d85557..daa13eb54c0 100644 --- a/wm/icewm/Makefile.common +++ b/wm/icewm/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.45 2005/06/01 18:03:25 jlam Exp $ +# $NetBSD: Makefile.common,v 1.46 2005/12/05 23:55:21 rillig Exp $ DISTNAME= icewm-1.2.20 CATEGORIES= x11 wm @@ -22,8 +22,8 @@ CONFIGURE_ARGS+= --enable-antialiasing .include "../../mk/bsd.prefs.mk" -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} -CONFIGURE_ARGS+= --with-cfgdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} +CONFIGURE_ARGS+= --with-cfgdir=${PKG_SYSCONFDIR:Q} .if !exists(${X11BASE}/include/X11/extensions/Xinerama.h) CONFIGURE_ARGS+= --disable-xinerama .endif diff --git a/wm/ion/Makefile b/wm/ion/Makefile index ac55cc97191..099c2063b8e 100644 --- a/wm/ion/Makefile +++ b/wm/ion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/10/23 21:57:22 rillig Exp $ +# $NetBSD: Makefile,v 1.26 2005/12/05 23:55:21 rillig Exp $ # DISTNAME= ion-2-20040729 @@ -17,7 +17,7 @@ USE_PKGINSTALL= YES USE_TOOLS+= gmake GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} PKG_SYSCONFSUBDIR= ion EGDIR= ${PREFIX}/share/examples/ion diff --git a/wm/ion3-devel/Makefile b/wm/ion3-devel/Makefile index ba57006f211..9e152c8e03f 100644 --- a/wm/ion3-devel/Makefile +++ b/wm/ion3-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/10/23 21:59:59 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2005/12/05 23:55:21 rillig Exp $ # DISTNAME= ion-3ds-20040906 @@ -18,7 +18,7 @@ USE_TOOLS+= gmake GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ENV+= PKGLOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale PKG_SYSCONFSUBDIR= ion3 diff --git a/wm/matchbox/Makefile b/wm/matchbox/Makefile index b6c4c5e2a38..b2dd6ea39b7 100644 --- a/wm/matchbox/Makefile +++ b/wm/matchbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/08/10 20:56:25 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2005/12/05 23:55:21 rillig Exp $ # DISTNAME= matchbox-window-manager-0.9.3 @@ -14,7 +14,7 @@ USE_TOOLS+= pkg-config USE_LIBTOOL= yes USE_PKGINSTALL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q} PKG_SYSCONFSUBDIR= matchbox EGDIR= ${PREFIX}/share/examples/matchbox diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index d52eeef2792..b900676bbc1 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/08/10 20:56:25 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2005/12/05 23:55:21 rillig Exp $ DISTNAME= openbox-3.2 PKGREVISION= 1 @@ -22,7 +22,7 @@ USE_PKGLOCALEDIR= YES PKGCONFIG_OVERRIDE= parser/obparser-3.0.pc.in PKGCONFIG_OVERRIDE+= render/obrender-3.0.pc.in -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} PKG_SYSCONFSUBDIR= xdg OWN_DIRS= ${PKG_SYSCONFDIR}/openbox diff --git a/wm/pekwm/Makefile b/wm/pekwm/Makefile index 413d7a18fc2..af30598ef06 100644 --- a/wm/pekwm/Makefile +++ b/wm/pekwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/12/05 20:51:09 rillig Exp $ +# $NetBSD: Makefile,v 1.17 2005/12/05 23:55:21 rillig Exp $ # DISTNAME= pekwm-0.1.3 @@ -23,7 +23,7 @@ CONFIGURE_ARGS+= --enable-xinerama .endif CONFIGURE_ARGS+= --enable-harbour -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} REPLACE_PERL= data/scripts/pekwm_themeset.pl \ data/scripts/pekwm_ws_menu.pl diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index c110266913b..64a265b4078 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2005/12/05 20:51:10 rillig Exp $ +# $NetBSD: Makefile,v 1.60 2005/12/05 23:55:21 rillig Exp $ DISTNAME= WindowMaker-0.92.0 PKGNAME= ${DISTNAME:S/WindowMaker/windowmaker/} @@ -19,7 +19,7 @@ USE_PKGINSTALL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-usermenu -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR:Q} CONFIGURE_ARGS+= --with-gnustepdir=${PREFIX}/share/GNUstep CONFIGURE_ARGS+= --with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale CONFIGURE_ENV+= LINGUAS=yes |