summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
commit579e97796954edc2469fac176e855589e1dc2997 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /fonts
parenta86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff)
downloadpkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/fontconfig/Makefile4
-rw-r--r--fonts/ja-shinonome/Makefile6
-rw-r--r--fonts/ttf2pk/Makefile4
3 files changed, 7 insertions, 7 deletions
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile
index 5aa1aef07f8..200dfcb71ab 100644
--- a/fonts/fontconfig/Makefile
+++ b/fonts/fontconfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2005/09/05 15:18:42 hira Exp $
+# $NetBSD: Makefile,v 1.46 2005/12/05 23:55:07 rillig Exp $
#
DISTNAME= fontconfig-2.3.2
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --with-default-fonts=${LOCALBASE}/lib/X11/fonts
CONFIGURE_ARGS+= --with-freetype-config=${BUILDLINK_PREFIX.freetype2}/bin/freetype-config
CONFIGURE_ARGS+= --with-expat-includes=${BUILDLINK_PREFIX.expat}/include
CONFIGURE_ARGS+= --with-expat-lib=${BUILDLINK_PREFIX.expat}/lib
-CONFIGURE_ARGS+= --with-confdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --with-confdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-x
CONFIGURE_ARGS+= --enable-docs
CONFIGURE_ENV+= HASDOCBOOK=no
diff --git a/fonts/ja-shinonome/Makefile b/fonts/ja-shinonome/Makefile
index 656b5189efc..766544198b8 100644
--- a/fonts/ja-shinonome/Makefile
+++ b/fonts/ja-shinonome/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/12/05 20:50:14 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2005/12/05 23:55:07 rillig Exp $
#
DISTNAME= shinonome-0.9.10-src
@@ -26,9 +26,9 @@ INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL
FILES_SUBST+= FONTDIR=${FONTDIR:Q}
FILES_SUBST+= ALIAS_SHINONOME=${ALIAS_SHINONOME:Q}
-CONFIGURE_ARGS+= --with-fontdir=${FONTDIR}
+CONFIGURE_ARGS+= --with-fontdir=${FONTDIR:Q}
CONFIGURE_ARGS+= --disable-progressbar
-CONFIGURE_ARGS+= --with-foundry=${FOUNDRY}
+CONFIGURE_ARGS+= --with-foundry=${FOUNDRY:Q}
.include "../../mk/x11.buildlink3.mk"
diff --git a/fonts/ttf2pk/Makefile b/fonts/ttf2pk/Makefile
index c7c5e047424..02510fa6a94 100644
--- a/fonts/ttf2pk/Makefile
+++ b/fonts/ttf2pk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/11/20 06:27:24 minskim Exp $
+# $NetBSD: Makefile,v 1.10 2005/12/05 23:55:07 rillig Exp $
#
.include "../../graphics/freetype-lib/Makefile.common"
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.freetype.org/
COMMENT= TrueType to TeX PK font converter
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --prefix=${LOCALBASE}
+CONFIGURE_ARGS+= --prefix=${LOCALBASE:Q}
CONFIGURE_ARGS+= --with-kpathsea-dir=${PREFIX}/lib
T2PSRC= ${WRKSRC}/contrib/ttf2pk