summaryrefslogtreecommitdiff
path: root/devel/GConf2
diff options
context:
space:
mode:
Diffstat (limited to 'devel/GConf2')
-rw-r--r--devel/GConf2/Makefile.common4
-rw-r--r--devel/GConf2/schemas.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/GConf2/Makefile.common b/devel/GConf2/Makefile.common
index 79ae105a054..347f1cd247f 100644
--- a/devel/GConf2/Makefile.common
+++ b/devel/GConf2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2005/10/08 17:15:48 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.35 2005/12/05 23:55:05 rillig Exp $
#
DISTNAME= GConf-2.12.0
@@ -28,7 +28,7 @@ PKGCONFIG_OVERRIDE= gconf-2.0.pc.in
PKG_SYSCONFSUBDIR= gconf
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-sysconfsubdir=
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
CONFIGURE_ARGS+= --disable-gtk-doc
diff --git a/devel/GConf2/schemas.mk b/devel/GConf2/schemas.mk
index 78420df3b09..abba0ba0832 100644
--- a/devel/GConf2/schemas.mk
+++ b/devel/GConf2/schemas.mk
@@ -1,4 +1,4 @@
-# $NetBSD: schemas.mk,v 1.11 2005/12/05 20:50:01 rillig Exp $
+# $NetBSD: schemas.mk,v 1.12 2005/12/05 23:55:05 rillig Exp $
#
# This Makefile fragment is intended to be included by packages that install
# GConf2 schema files. It takes care of registering them in the GConf2
@@ -37,7 +37,7 @@ GCONF2_SCHEMAS_DIR= ${BUILDLINK_PREFIX.GConf2}/share/gconf/schemas
.if defined(GNU_CONFIGURE) && !empty(GNU_CONFIGURE:M[Yy][Ee][Ss])
CONFIGURE_ARGS+= --disable-schemas-install
-CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${GCONF2_SCHEMAS_DIR}
+CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${GCONF2_SCHEMAS_DIR:Q}
.endif
.if (defined(GCONF2_SCHEMAS) && !empty(GCONF2_SCHEMAS)) || \