summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit3dae8fea14cb07876cbc876f030a3b37361f56b8 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /editors/xemacs
parentb235a79d8801c0bedb11aebddf494c6cd5c60968 (diff)
downloadpkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile.common6
1 files changed, 3 insertions, 3 deletions
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