diff options
author | taca <taca@pkgsrc.org> | 2003-05-25 14:12:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2003-05-25 14:12:12 +0000 |
commit | 858319889befb97f69735dd676f3575dfa06d504 (patch) | |
tree | f6c26d3f25ac5b67acbde5730f3dbf1ddb32f698 /textproc/namazu2/Makefile | |
parent | 2e5ec335e672348708ea0bf96879c10fe389a87f (diff) | |
download | pkgsrc-858319889befb97f69735dd676f3575dfa06d504.tar.gz |
Update namazu2 package 2.0.12nb2.
- honor PKGLOCALEDIR in PLIST (thanks pkglint(1))
- incorporate some filter processing from namazu's stable branch.
filter/pdf.pl:Adapted to xpdf 2.02
filter/mhonarc.pl: Add codeconv::toeuc() after uncommentize().
Diffstat (limited to 'textproc/namazu2/Makefile')
-rw-r--r-- | textproc/namazu2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/namazu2/Makefile b/textproc/namazu2/Makefile index d4b4e08a8cf..4b0288fef3f 100644 --- a/textproc/namazu2/Makefile +++ b/textproc/namazu2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2003/04/29 04:54:09 cjep Exp $ +# $NetBSD: Makefile,v 1.8 2003/05/25 14:12:12 taca Exp $ # FreeBSD Id: ports/japanese/namazu2/Makefile,v 1.16 2000/10/26 20:56:25 knu Exp DISTNAME= namazu-2.0.12 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= japanese textproc www MASTER_SITES= ftp://ftp.namazu.org/namazu/stable/ \ http://www.namazu.org/stable/ |