diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-15 05:52:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-15 05:52:02 +0000 |
commit | 386c9fef5efc66139cf89665232d16605bc85747 (patch) | |
tree | f007e3913a2a0f3253a84316154c0d381ae7edb2 /japanese/eblook/Makefile | |
parent | 53f2d592a214b69193aab1fc95be64a2b586f585 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=449883
Diffstat (limited to 'japanese/eblook/Makefile')
-rw-r--r-- | japanese/eblook/Makefile | 5 |
1 files changed, 3 insertions, 2 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} |