diff options
author | uebayasi <uebayasi> | 2002-03-15 08:05:53 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2002-03-15 08:05:53 +0000 |
commit | b62d030dafbd9b0c6aa95e6ae2010338f6f35bb9 (patch) | |
tree | 571150fe6dade21cbd83276a236a6a435a0e680e | |
parent | c8938d069262d7cb377e6e2fb2b9540dbc51d055 (diff) | |
download | pkgsrc-b62d030dafbd9b0c6aa95e6ae2010338f6f35bb9.tar.gz |
* Slight revision.
* While spaces.
-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 |