diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-28 19:31:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-28 19:31:05 +0000 |
commit | 2c79cdaac6403a7a5ed9c8a76f7d48142fe00ee7 (patch) | |
tree | 1e14cc2f9efb5430695714c3843d08d48c41dc58 /fonts | |
parent | 86907d945860170a81990accd8e7f76d41270932 (diff) | |
download | pkgsrc-2c79cdaac6403a7a5ed9c8a76f7d48142fe00ee7.tar.gz |
Uses mkfontdir.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/ja-shinonome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ja-shinonome/Makefile b/fonts/ja-shinonome/Makefile index 766544198b8..cfb370b3606 100644 --- a/fonts/ja-shinonome/Makefile +++ b/fonts/ja-shinonome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/12/05 23:55:07 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2005/12/28 19:31:05 joerg Exp $ # DISTNAME= shinonome-0.9.10-src @@ -14,7 +14,7 @@ COMMENT= 12, 14, 16 dots bitmap fonts for Japanese, iso8859-1 GNU_CONFIGURE= YES USE_X11BASE= YES -USE_TOOLS+= gawk gmake perl +USE_TOOLS+= gawk gmake mkfontdir perl FONTDIR= ${PREFIX}/lib/X11/fonts/local FOUNDRY= Misc ALIAS_SHINONOME= ${PREFIX}/share/examples/fonts.alias.shinonome |