summaryrefslogtreecommitdiff
path: root/fonts/ja-shinonome
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 /fonts/ja-shinonome
parentb235a79d8801c0bedb11aebddf494c6cd5c60968 (diff)
downloadpkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'fonts/ja-shinonome')
-rw-r--r--fonts/ja-shinonome/Makefile6
1 files changed, 3 insertions, 3 deletions
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"