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)
This commit is contained in:
parent
53f2d592a2
commit
386c9fef5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449883
2 changed files with 5 additions and 4 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue