Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 2017 05:52:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449883 - head/japanese/eblook
Message-ID:  <201709150552.v8F5q2OI043150@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Sep 15 05:52:02 2017
New Revision: 449883
URL: https://svnweb.freebsd.org/changeset/ports/449883

Log:
  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)

Modified:
  head/japanese/eblook/Makefile
  head/japanese/eblook/pkg-descr

Modified: head/japanese/eblook/Makefile
==============================================================================
--- head/japanese/eblook/Makefile	Fri Sep 15 05:51:55 2017	(r449882)
+++ head/japanese/eblook/Makefile	Fri Sep 15 05:52:02 2017	(r449883)
@@ -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}
 

Modified: head/japanese/eblook/pkg-descr
==============================================================================
--- head/japanese/eblook/pkg-descr	Fri Sep 15 05:51:55 2017	(r449882)
+++ head/japanese/eblook/pkg-descr	Fri Sep 15 05:52:02 2017	(r449883)
@@ -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 9
 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709150552.v8F5q2OI043150>