diff options
author | obache <obache@pkgsrc.org> | 2007-05-05 09:13:31 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-05-05 09:13:31 +0000 |
commit | 4d3702803536be3d4c9c4c3f46a80f75eec493c2 (patch) | |
tree | ebdfb50f6805427c48f4a93ebf5b558a07af45af | |
parent | d59022261a5a4392a290badbd961242982d5076d (diff) | |
download | pkgsrc-4d3702803536be3d4c9c4c3f46a80f75eec493c2.tar.gz |
Using message catalogue files.
Pointed out in PR 36254 by Robert Elz.
Bump PKGREVISION.
-rw-r--r-- | textproc/eb/Makefile | 4 | ||||
-rw-r--r-- | textproc/eb/PLIST | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/textproc/eb/Makefile b/textproc/eb/Makefile index b2947dc7e2d..bc59409845d 100644 --- a/textproc/eb/Makefile +++ b/textproc/eb/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2007/04/24 15:01:03 uebayasi Exp $ +# $NetBSD: Makefile,v 1.41 2007/05/05 09:13:31 obache Exp $ DISTNAME= eb-4.3 +PKGREVISION= 1 CATEGORIES= textproc japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/appendix/ \ ftp://ftp.sra.co.jp/pub/misc/eb/ @@ -49,6 +50,7 @@ DIST_SUBDIR= ${PKGNAME_NOREV} PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake perl USE_LIBTOOL= YES GNU_CONFIGURE= YES diff --git a/textproc/eb/PLIST b/textproc/eb/PLIST index f14a2281b67..0d3647120b4 100644 --- a/textproc/eb/PLIST +++ b/textproc/eb/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2007/04/24 15:01:03 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.15 2007/05/05 09:13:31 obache Exp $ bin/ebappendix bin/ebfont bin/ebinfo @@ -254,6 +254,8 @@ share/eb/doc/ebzip-09.html share/eb/doc/ebzip-10.html share/eb/doc/ebzip.html share/examples/eb/eb.conf.default +share/locale/ja/LC_MESSAGES/eb.mo +share/locale/ja/LC_MESSAGES/ebutils.mo @dirrm share/examples/eb @dirrm share/eb/doc @dirrm share/eb/appendix/superdic98-1.0/koujien/data |