diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-06-12 01:14:49 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-06-12 01:14:49 +0000 |
commit | f9e8f6332ad9bcafb6bb599a9695c2cbeaf30d61 (patch) | |
tree | 4daf163ad23163374a27b1df8cfff9aacaa4499d /textproc/eb/Makefile | |
parent | e5c5e8e09ebbdc22eccf7fe8ad7c70c593fbd4dd (diff) | |
download | pkgsrc-f9e8f6332ad9bcafb6bb599a9695c2cbeaf30d61.tar.gz |
Updated to 3.2.2.
* Fix bug in handling of appendix.
* Fix gettext message catalogs.
Besides these, eb.conf is properly fixed in buildlink.mk so that headers/
libraries can be found in the right paths. Bump BUILDLINK_DEPENDS.eb.
Diffstat (limited to 'textproc/eb/Makefile')
-rw-r--r-- | textproc/eb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/eb/Makefile b/textproc/eb/Makefile index 457ebc9426e..3a772426a95 100644 --- a/textproc/eb/Makefile +++ b/textproc/eb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2002/03/15 08:05:54 uebayasi Exp $ +# $NetBSD: Makefile,v 1.8 2002/06/12 01:14:49 uebayasi Exp $ # FreeBSD Id: ports/japanese/eb/Makefile,v 1.21 2000/08/21 03:39:42 kevlo Exp -DISTNAME= eb-3.2.1 +DISTNAME= eb-3.2.2 CATEGORIES= textproc japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/appendix/ \ ftp://ftp.sra.co.jp/pub/misc/eb/ |