diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
commit | 579e97796954edc2469fac176e855589e1dc2997 (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /fonts/ja-shinonome | |
parent | a86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff) | |
download | pkgsrc-579e97796954edc2469fac176e855589e1dc2997.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/Makefile | 6 |
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" |