diff options
author | uebayasi <uebayasi> | 2004-11-29 13:02:42 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2004-11-29 13:02:42 +0000 |
commit | 924449f945d82d06b2de702c14d585e5a9456236 (patch) | |
tree | dea8bafcb85d182641cf0f3c2cb28ba156c2d43d | |
parent | a0535e31d49d59bef899ac07f0d76abd8f3caeb2 (diff) | |
download | pkgsrc-924449f945d82d06b2de702c14d585e5a9456236.tar.gz |
Fix PLIST.
-rw-r--r-- | textproc/eb/Makefile | 4 | ||||
-rw-r--r-- | textproc/eb/PLIST | 56 |
2 files changed, 56 insertions, 4 deletions
diff --git a/textproc/eb/Makefile b/textproc/eb/Makefile index 11886d78a60..22b5093126f 100644 --- a/textproc/eb/Makefile +++ b/textproc/eb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/11/22 02:21:13 uebayasi Exp $ +# $NetBSD: Makefile,v 1.25 2004/11/29 13:02:42 uebayasi Exp $ # FreeBSD Id: ports/japanese/eb/Makefile,v 1.21 2000/08/21 03:39:42 kevlo Exp # @@ -66,7 +66,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONF_FILES= ${EGDIR}/eb.conf.default ${PKG_SYSCONFDIR}/eb.conf EB_APPENDIXDIR= ${PREFIX}/share/eb/appendix -EGDIR= ${PREFIX}/share/examples/eb/ +EGDIR= ${PREFIX}/share/examples/eb # XXX Better than having unflexible/static patches. IMO. # - ZLIBLIBS="-L$z_libdir -lz" diff --git a/textproc/eb/PLIST b/textproc/eb/PLIST index 8e08fea5b21..58b2a115cdd 100644 --- a/textproc/eb/PLIST +++ b/textproc/eb/PLIST @@ -1,21 +1,24 @@ -@comment $NetBSD: PLIST,v 1.11 2004/09/22 08:09:54 jlam Exp $ +@comment $NetBSD: PLIST,v 1.12 2004/11/29 13:02:42 uebayasi Exp $ bin/ebappendix bin/ebfont bin/ebinfo bin/ebrefile +bin/ebstopcode bin/ebunzip bin/ebzip bin/ebzipinfo include/eb/appendix.h include/eb/binary.h +include/eb/booklist.h include/eb/defs.h include/eb/eb.h include/eb/error.h include/eb/font.h +include/eb/sysdefs.h include/eb/text.h include/eb/zio.h lib/libeb.la -share/aclocal/eb3.m4 +share/aclocal/eb4.m4 share/eb/appendix/LIST share/eb/appendix/LIST-ja share/eb/appendix/cencro-1.0/catalog @@ -198,8 +201,57 @@ share/eb/appendix/superdic98-1.0/kanjigen.app share/eb/appendix/superdic98-1.0/kanjigen/data/furoku share/eb/appendix/superdic98-1.0/koujien.app share/eb/appendix/superdic98-1.0/koujien/data/furoku +share/eb/doc/eb-01.html +share/eb/doc/eb-02.html +share/eb/doc/eb-03.html +share/eb/doc/eb-04.html +share/eb/doc/eb-05.html +share/eb/doc/eb-06.html +share/eb/doc/eb-07.html +share/eb/doc/eb-08.html +share/eb/doc/eb-09.html +share/eb/doc/eb-10.html +share/eb/doc/eb-11.html +share/eb/doc/eb-12.html +share/eb/doc/eb-13.html +share/eb/doc/eb-14.html +share/eb/doc/eb.html +share/eb/doc/ebappendix-01.html +share/eb/doc/ebappendix-02.html +share/eb/doc/ebappendix-03.html +share/eb/doc/ebappendix-04.html +share/eb/doc/ebappendix.html +share/eb/doc/ebfont-01.html +share/eb/doc/ebfont-02.html +share/eb/doc/ebfont-03.html +share/eb/doc/ebfont-04.html +share/eb/doc/ebfont.html +share/eb/doc/ebinfo-01.html +share/eb/doc/ebinfo-02.html +share/eb/doc/ebinfo-03.html +share/eb/doc/ebinfo-04.html +share/eb/doc/ebinfo-05.html +share/eb/doc/ebinfo.html +share/eb/doc/ebrefile-01.html +share/eb/doc/ebrefile-02.html +share/eb/doc/ebrefile-03.html +share/eb/doc/ebrefile.html +share/eb/doc/ebstopcode-01.html +share/eb/doc/ebstopcode-02.html +share/eb/doc/ebstopcode-03.html +share/eb/doc/ebstopcode.html +share/eb/doc/ebzip-01.html +share/eb/doc/ebzip-02.html +share/eb/doc/ebzip-03.html +share/eb/doc/ebzip-04.html +share/eb/doc/ebzip-05.html +share/eb/doc/ebzip-06.html +share/eb/doc/ebzip-07.html +share/eb/doc/ebzip-08.html +share/eb/doc/ebzip.html share/examples/eb/eb.conf.default @dirrm share/examples/eb +@dirrm share/eb/doc @dirrm share/eb/appendix/superdic98-1.0/koujien/data @dirrm share/eb/appendix/superdic98-1.0/koujien @dirrm share/eb/appendix/superdic98-1.0/kanjigen/data |