summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit7bea46e87d51bbe44f7a5b37970a31b1efd118a0 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /editors
parent5a69276df89a294f862a5e2d84034200f2c262a4 (diff)
downloadpkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'editors')
-rw-r--r--editors/elvis/Makefile.common4
-rw-r--r--editors/emacs/Makefile4
-rw-r--r--editors/emacs20/Makefile4
-rw-r--r--editors/gconf-editor/Makefile4
-rw-r--r--editors/lyx-qt/Makefile4
-rw-r--r--editors/vile/Makefile6
-rw-r--r--editors/xemacs-current/Makefile6
-rw-r--r--editors/xemacs/Makefile.common6
-rw-r--r--editors/xvile/Makefile6
9 files changed, 22 insertions, 22 deletions
diff --git a/editors/elvis/Makefile.common b/editors/elvis/Makefile.common
index 45572d82b65..f2e0f3d6677 100644
--- a/editors/elvis/Makefile.common
+++ b/editors/elvis/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2005/04/11 21:45:40 tv Exp $
+# $NetBSD: Makefile.common,v 1.6 2005/12/05 23:55:06 rillig Exp $
#
DISTNAME= elvis-2.2_0
@@ -14,7 +14,7 @@ DISTINFO_FILE= ${.CURDIR}/../elvis/distinfo
USE_PKGINSTALL= YES
HAS_CONFIGURE= YES
-CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/elvis
PKG_SYSCONFSUBDIR?= elvis
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 4a75af91898..6d258c07c21 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2005/12/05 20:50:09 rillig Exp $
+# $NetBSD: Makefile,v 1.89 2005/12/05 23:55:06 rillig Exp $
DISTNAME= emacs-${EMACSVERSION}a
PKGREVISION= 1
@@ -11,7 +11,7 @@ CONFLICTS+= emacs-nox11-[0-9]*
CONFIGURE_ARGS+= --with-x
CONFIGURE_ARGS+= --with-x-toolkit=athena
-CONFIGURE_ARGS+= --srcdir=${WRKSRC}
+CONFIGURE_ARGS+= --srcdir=${WRKSRC:Q}
.include "../../graphics/xpm/buildlink3.mk"
CONFIGURE_ARGS+= --with-xpm
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile
index 7b57a418f34..bfd30b1beab 100644
--- a/editors/emacs20/Makefile
+++ b/editors/emacs20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/12/05 20:50:09 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2005/12/05 23:55:06 rillig Exp $
DISTNAME= emacs-20.7
PKGREVISION= 5
@@ -60,7 +60,7 @@ CONFIGURE_ARGS+=--with-pop
BUILD_DEFS+= EMACS_USE_X EMACS_USE_X_TOOLKIT
CONFIGURE_ARGS+= --with-x=yes
.if defined(EMACS_USE_X_TOOLKIT)
-CONFIGURE_ARGS+= --with-x-toolkit=${EMACS_USE_X_TOOLKIT}
+CONFIGURE_ARGS+= --with-x-toolkit=${EMACS_USE_X_TOOLKIT:Q}
.if ${EMACS_USE_X_TOOLKIT} == "lucid" || ${EMACS_USE_X_TOOLKIT} == "athena"
.include "../../mk/xaw.buildlink3.mk"
.elif ${EMACS_USE_X_TOOLKIT} == "motif"
diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile
index b38a7ceb880..acf719be37c 100644
--- a/editors/gconf-editor/Makefile
+++ b/editors/gconf-editor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/10/16 12:11:33 jmmv Exp $
+# $NetBSD: Makefile,v 1.37 2005/12/05 23:55:06 rillig Exp $
#
DISTNAME= gconf-editor-2.12.0
@@ -18,7 +18,7 @@ USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake pkg-config
-CONFIGURE_ARGS+= --with-gconf-defaults-source=${GCONF2_CONFIG_SOURCE}
+CONFIGURE_ARGS+= --with-gconf-defaults-source=${GCONF2_CONFIG_SOURCE:Q}
CONFIGURE_ARGS+= --with-gconf-mandatory-source=${GCONF2_CONFIG_SOURCE:S/gconf.xml.defaults/gconf.xml.mandatory/g}
GCONF2_SCHEMAS= gconf-editor.schemas
diff --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile
index 49c42f0fd6e..36d8f04596c 100644
--- a/editors/lyx-qt/Makefile
+++ b/editors/lyx-qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/11/18 16:47:35 reed Exp $
+# $NetBSD: Makefile,v 1.22 2005/12/05 23:55:06 rillig Exp $
#
.include "./Makefile.common"
@@ -11,7 +11,7 @@ COMMENT+= (QT version)
CONFLICTS+= lyx-xforms-[0-9]*
CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.qt3-libs} \
- --with-qt-dir=${QTDIR} \
+ --with-qt-dir=${QTDIR:Q} \
--with-qt-includes=${BUILDLINK_PREFIX.qt3-libs}/qt3/include \
--with-qt-libraries=${BUILDLINK_PREFIX.qt3-libs}/qt3/lib \
--with-frontend=qt
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index daf8b9bc02a..bf5a87dd3eb 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2005/09/28 20:52:20 rillig Exp $
+# $NetBSD: Makefile,v 1.45 2005/12/05 23:55:06 rillig Exp $
DISTNAME= vile-9.5
CATEGORIES= editors
@@ -12,8 +12,8 @@ COMMENT= VI Like Emacs. a vi "workalike", with many additional features
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-perl
-CONFIGURE_ARGS+= --datadir=${DATADIR}
-CONFIGURE_ARGS+= --with-libdir-path=${FILTERDIR}
+CONFIGURE_ARGS+= --datadir=${DATADIR:Q}
+CONFIGURE_ARGS+= --with-libdir-path=${FILTERDIR:Q}
USE_TOOLS+= perl:run
CPPFLAGS.NetBSD+= -DMISSING_EXTERN_ENVIRON
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile
index a51fae9576f..296a6d5ff26 100644
--- a/editors/xemacs-current/Makefile
+++ b/editors/xemacs-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2005/06/01 18:02:46 jlam Exp $
+# $NetBSD: Makefile,v 1.49 2005/12/05 23:55:06 rillig Exp $
DISTNAME= xemacs-21.5.19
@@ -45,14 +45,14 @@ INFOPATH= ${PREFIX}/info:${X11BASE}/info:/usr/local/info
HAS_CONFIGURE= YES
CONFIGURE_ARGS+= ${MACHINE_GNU_PLATFORM}
-CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
CONFIGURE_ARGS+= --with-clash-detection
CONFIGURE_ARGS+= --error-checking=none
CONFIGURE_ARGS+= --with-mule=yes
CONFIGURE_ARGS+= --without-ncurses
CONFIGURE_ARGS+= --without-msw
CONFIGURE_ARGS+= ${WITH_WIDGETS}
-CONFIGURE_ARGS+= --infopath="${INFOPATH}"
+CONFIGURE_ARGS+= --infopath=${INFOPATH:Q}
CONFIGURE_ARGS+= --site-includes=${PREFIX}/include:${WRKDIR}
CONFIGURE_ARGS+= --site-libraries=${PREFIX}/lib
diff --git a/editors/xemacs/Makefile.common b/editors/xemacs/Makefile.common
index 934c08337cb..7133c52fe96 100644
--- a/editors/xemacs/Makefile.common
+++ b/editors/xemacs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2005/12/05 20:50:10 rillig Exp $
+# $NetBSD: Makefile.common,v 1.13 2005/12/05 23:55:06 rillig Exp $
DISTNAME= xemacs-21.4.17
CATEGORIES= editors
@@ -83,7 +83,7 @@ INFOPATH= ${PREFIX}/info:${X11BASE}/info:/usr/local/info
HAS_CONFIGURE= YES
CONFIGURE_ARGS+= ${MACHINE_GNU_PLATFORM}
-CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
CONFIGURE_ARGS+= --with-clash-detection
CONFIGURE_ARGS+= --with-mule=yes
.if ${OPSYS} != "Linux"
@@ -91,7 +91,7 @@ CONFIGURE_ARGS+= --with-ncurses=no
.endif
CONFIGURE_ARGS+= --with-msw=no
CONFIGURE_ARGS+= ${WITH_DIALOGS}
-CONFIGURE_ARGS+= --infopath="${INFOPATH}"
+CONFIGURE_ARGS+= --infopath=${INFOPATH:Q}
CFLAGS+= -Dunix
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index 4ba33b70dd1..8b5f5e851bd 100644
--- a/editors/xvile/Makefile
+++ b/editors/xvile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2005/09/28 20:52:20 rillig Exp $
+# $NetBSD: Makefile,v 1.49 2005/12/05 23:55:07 rillig Exp $
DISTNAME= vile-9.5
PKGNAME= xvile-9.5
@@ -14,8 +14,8 @@ COMMENT= VI Like Emacs, X11 version -- a fully "X aware" vi work-alike
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-perl
-CONFIGURE_ARGS+= --datadir=${DATADIR}
-CONFIGURE_ARGS+= --with-libdir-path=${FILTERDIR}
+CONFIGURE_ARGS+= --datadir=${DATADIR:Q}
+CONFIGURE_ARGS+= --with-libdir-path=${FILTERDIR:Q}
MAKEFILE= makefile
INSTALL_TARGET= install install-perl