pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/ja-shinonome Always register fonts at runtime us...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6acb812d63e
branches:  trunk
changeset: 512971:e6acb812d63e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu May 18 14:55:21 2006 +0000

description:
Always register fonts at runtime using install framework. Bump revision.

diffstat:

 fonts/ja-shinonome/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 747fe4a8b425 -r e6acb812d63e fonts/ja-shinonome/Makefile
--- a/fonts/ja-shinonome/Makefile       Thu May 18 14:26:48 2006 +0000
+++ b/fonts/ja-shinonome/Makefile       Thu May 18 14:55:21 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2006/03/14 01:14:28 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2006/05/18 14:55:21 joerg Exp $
 #
 
 DISTNAME=              shinonome-0.9.10-src
 PKGNAME=               ja-shinonome-0.9.10
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            fonts x11 japanese
 MASTER_SITES=          http://openlab.ring.gr.jp/efont/dist/shinonome/ \
                        http://openlab.ring.gr.jp/efont/dist/shinonome/old/
@@ -16,6 +16,7 @@
 GNU_CONFIGURE=         YES
 USE_X11BASE=           YES
 USE_TOOLS+=            gawk gmake mkfontdir perl
+FONTS_DIRS.x11+=       ${PREFIX}/lib/X11/fonts/local
 FONTDIR=               ${PREFIX}/lib/X11/fonts/local
 FOUNDRY=               Misc
 ALIAS_SHINONOME=       ${PREFIX}/share/examples/fonts.alias.shinonome
@@ -27,6 +28,7 @@
 CONFIGURE_ARGS+=       --disable-progressbar
 CONFIGURE_ARGS+=       --with-foundry=${FOUNDRY:Q}
 
+
 .include "../../mk/x11.buildlink3.mk"
 
 do-install:



Home | Main Index | Thread Index | Old Index