diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-15 13:51:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-15 13:51:55 +0800 |
commit | cd1360917540324c139b1c115f8ad8cd2b7baa89 (patch) | |
tree | 502ecce30eca81d3984ac91a202a3ce7e7b03e83 | |
parent | e7f5e65a1fdc334e0ea67110dfb2538483de498f (diff) | |
download | freebsd-ports-gnome-cd1360917540324c139b1c115f8ad8cd2b7baa89.tar.gz freebsd-ports-gnome-cd1360917540324c139b1c115f8ad8cd2b7baa89.tar.zst freebsd-ports-gnome-cd1360917540324c139b1c115f8ad8cd2b7baa89.zip |
Add LICENSE_FILE
- Pet portlint: move DIST_SUBDIR upward
- Remove outdated WWW from pkg-descr
PR: 222297
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
-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/ |