diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-03-15 08:05:53 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-03-15 08:05:53 +0000 |
commit | 4dc35076affc79e7000469f4c604c2a12b3f0dd8 (patch) | |
tree | 571150fe6dade21cbd83276a236a6a435a0e680e /textproc/eb | |
parent | 02215f14cec8b03af0f634043de8e89402103ebd (diff) | |
download | pkgsrc-4dc35076affc79e7000469f4c604c2a12b3f0dd8.tar.gz |
* Slight revision.
* While spaces.
Diffstat (limited to 'textproc/eb')
-rw-r--r-- | textproc/eb/DESCR | 5 | ||||
-rw-r--r-- | textproc/eb/Makefile | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/textproc/eb/DESCR b/textproc/eb/DESCR index beed2df44f9..d4c5c0348ae 100644 --- a/textproc/eb/DESCR +++ b/textproc/eb/DESCR @@ -3,8 +3,3 @@ supports to access CD-ROM books of EB, EBG, EBXA and EPWING formats. CD-ROM books of those formats are popular in Japan. -- Motoyuki Kasahara <m-kasahr@sra.co.jp> - -You can get information about EB Library from their website. -WWW: http://www.sra.co.jp/people/m-kasahr/eb/ - --- Kazutoki TAKAMUNE <takamune@avrl.mei.co.jp> diff --git a/textproc/eb/Makefile b/textproc/eb/Makefile index 2cdf153f328..457ebc9426e 100644 --- a/textproc/eb/Makefile +++ b/textproc/eb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/03/14 13:54:04 uebayasi Exp $ +# $NetBSD: Makefile,v 1.7 2002/03/15 08:05:54 uebayasi Exp $ # FreeBSD Id: ports/japanese/eb/Makefile,v 1.21 2000/08/21 03:39:42 kevlo Exp DISTNAME= eb-3.2.1 @@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --with-zlib USE_GMAKE= # Defined TEXINFO_OVERRIDE= YES # For patterns like '... (install-info ...) ...' -TEXINFO_SUBST_SED+= -e "s!^\( .*\)\([ '(]\)install-info\([ ]\)!\1\2${INSTALL_INFO}\3!g" +TEXINFO_SUBST_SED+= -e "s!^\( .*\)\([ '(]\)install-info\([ ]\)!\1\2${INSTALL_INFO}\3!g" EB_APPENDIXDIR= ${PREFIX}/share/eb/appendix |