diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-15 05:52:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-15 05:52:25 +0000 |
commit | 584f42f05014a6d48c3a63096bec194f027f72a0 (patch) | |
tree | 27ee5ccfbad5f598212f0868a17a7432cd5fc614 | |
parent | Update LICENSE (diff) |
Update LICENSE
PR: 222306
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=449887
-rw-r--r-- | www/tdiary/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tdiary/Makefile b/www/tdiary/Makefile index 4e390c0340d7..090b24c57d1d 100644 --- a/www/tdiary/Makefile +++ b/www/tdiary/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-full-v${PORTVERSION} MAINTAINER= yasu@utahime.org COMMENT= Web-based diary system (like weblog) written in Ruby -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-bundler>=1.14.6:sysutils/rubygem-bundler \ |