diff options
-rw-r--r-- | japanese/eb/Makefile | 4 | ||||
-rw-r--r-- | japanese/eb/pkg-descr | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile index 74bdd3d77634..0ef7efcb6ba9 100644 --- a/japanese/eb/Makefile +++ b/japanese/eb/Makefile @@ -9,12 +9,14 @@ MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ \ ftp://ftp.sra.co.jp/pub/misc/eb/old/eb-${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}/ DISTFILES= ${EBFILES} \ ${APPENDIXFILES} +DIST_SUBDIR= eb EXTRACT_ONLY= ${EBFILES} MAINTAINER= yasu@utahime.org COMMENT= C library for accessing EB, EBG, EBXA, and EPWING CD-ROM dictionaries LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING EBFILES= ${DISTNAME}${EXTRACT_SUFX} APPENDIXFILES= appendix/cencro-1.0.tar.gz \ @@ -49,8 +51,6 @@ APPENDIXFILES= appendix/cencro-1.0.tar.gz \ appendix/ruigigo-1.0.tar.gz \ appendix/superdic98-1.0.tar.gz -DIST_SUBDIR= eb - PORTDOCS= eb-01.html eb-02.html eb-03.html eb-04.html eb-05.html eb-06.html \ eb-07.html eb-08.html eb-09.html eb-10.html eb-11.html eb-12.html \ eb-13.html eb-14.html eb.html ebappendix-01.html ebappendix-02.html \ diff --git a/japanese/eb/pkg-descr b/japanese/eb/pkg-descr index b2735138d5f7..daf4001507cc 100644 --- a/japanese/eb/pkg-descr +++ b/japanese/eb/pkg-descr @@ -1,5 +1,3 @@ EB Library is a C library for accessing CD-ROM books. EB Library supports to access CD-ROM books of EB, EBG, EBXA and EPWING formats. CD-ROM books of those formats are popular in Japan. - -WWW: http://www.sra.co.jp/people/m-kasahr/eb/ |