diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-15 13:52:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-15 13:52:25 +0800 |
commit | 26f34f6d62441f81a8d0d43f1908a496c283ee05 (patch) | |
tree | 27ee5ccfbad5f598212f0868a17a7432cd5fc614 | |
parent | 2ae37c4cd8cce3fa9b773097747941df28212433 (diff) | |
download | freebsd-ports-gnome-26f34f6d62441f81a8d0d43f1908a496c283ee05.tar.gz freebsd-ports-gnome-26f34f6d62441f81a8d0d43f1908a496c283ee05.tar.zst freebsd-ports-gnome-26f34f6d62441f81a8d0d43f1908a496c283ee05.zip |
Update LICENSE
PR: 222306
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
-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 \ |