diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-15 13:52:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-15 13:52:02 +0800 |
commit | 5744999e98cf74d6caa32f015904165926ff00f5 (patch) | |
tree | f007e3913a2a0f3253a84316154c0d381ae7edb2 | |
parent | cd1360917540324c139b1c115f8ad8cd2b7baa89 (diff) | |
download | freebsd-ports-gnome-5744999e98cf74d6caa32f015904165926ff00f5.tar.gz freebsd-ports-gnome-5744999e98cf74d6caa32f015904165926ff00f5.tar.zst freebsd-ports-gnome-5744999e98cf74d6caa32f015904165926ff00f5.zip |
Update LICENSE
- Add LICENSE_FILE
- While I'm here:
- Convert to options target helper
- Fix typo
- Fix WWW
PR: 222299
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
-rw-r--r-- | japanese/eblook/Makefile | 5 | ||||
-rw-r--r-- | japanese/eblook/pkg-descr | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/japanese/eblook/Makefile b/japanese/eblook/Makefile index fb270d1ebf52..220e5e2e9458 100644 --- a/japanese/eblook/Makefile +++ b/japanese/eblook/Makefile @@ -11,7 +11,8 @@ DIST_SUBDIR= eb MAINTAINER= yasu@utahime.org COMMENT= Command to lookup words in EB format dictionaries -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libeb.so:japanese/eb @@ -33,7 +34,7 @@ OPTIONS_DEFINE= DOCS CONFIGURE_ARGS+=ac_cv_func_iconv=yes .endif -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} diff --git a/japanese/eblook/pkg-descr b/japanese/eblook/pkg-descr index 9e97f6e43b92..31c0dc4ad370 100644 --- a/japanese/eblook/pkg-descr +++ b/japanese/eblook/pkg-descr @@ -1,4 +1,4 @@ -Interactive EB interface command for seraching words in CD-ROM books. +Interactive EB interface command for searching words in CD-ROM books. Eblook supports to access CD-ROM books of EB, EBG, EBXA and EPWING formats directly. CD-ROM books of those formats are popular in Japan. @@ -7,4 +7,4 @@ you can mount the discs by the same way as other ISO 9660 discs. You can get more information from ja-eblook.info. -WWW: http://openlab.ring.gr.jp/lookup/eblook/ +WWW: http://openlab.ring.gr.jp/edict/eblook/index.html.ja |