diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-12-05 14:22:50 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-12-05 14:22:50 +0000 |
commit | 2e8a3409369d2fd24d7313fdee901004b0abdc9b (patch) | |
tree | 2b51c4a36fb22c80b5c6dda2b4f23f53d753ba42 | |
parent | - Use MANPREFIX (diff) |
- Fix LICENSE
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket
-rw-r--r-- | mail/roundcube/Makefile | 3 | ||||
-rw-r--r-- | mail/roundcube/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 9f4144a2cec0..033025da10ff 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -11,7 +11,8 @@ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER?= ale@FreeBSD.org COMMENT= Fully skinnable XHTML/CSS webmail written in PHP -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes NO_BUILD= yes diff --git a/mail/roundcube/pkg-descr b/mail/roundcube/pkg-descr index e242dc021db4..51b9df4980e4 100644 --- a/mail/roundcube/pkg-descr +++ b/mail/roundcube/pkg-descr @@ -5,4 +5,4 @@ folder manipulation and message filters. RoundCube Webmail is written in PHP and requires the MySQL database. The user interface is fully skinnable using XHTML and CSS 2. -WWW: http://www.roundcube.net/ +WWW: https://roundcube.net/ |