diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-07-04 17:37:36 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-07-04 17:37:36 +0800 |
commit | e53c24238e3fe4d2ede40529993c0749f38a3303 (patch) | |
tree | cc61e725b5cfa020e08923f6ac7858a5e9b6df6e /mail | |
parent | cc650951734291a67951dcf6bce18cf3f35fa118 (diff) | |
download | freebsd-ports-gnome-e53c24238e3fe4d2ede40529993c0749f38a3303.tar.gz freebsd-ports-gnome-e53c24238e3fe4d2ede40529993c0749f38a3303.tar.zst freebsd-ports-gnome-e53c24238e3fe4d2ede40529993c0749f38a3303.zip |
- Add LICENSE (APACHE20 for pngbehavior.htc script, unspecified for all other files)
- Pet portlint, whitespace fix
- Update WWW
Diffstat (limited to 'mail')
-rw-r--r-- | mail/roundcube-groupvice/Makefile | 7 | ||||
-rw-r--r-- | mail/roundcube-groupvice/pkg-descr | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail/roundcube-groupvice/Makefile b/mail/roundcube-groupvice/Makefile index f1c018d4c64c..5d5e8eb16003 100644 --- a/mail/roundcube-groupvice/Makefile +++ b/mail/roundcube-groupvice/Makefile @@ -11,9 +11,12 @@ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Theme for RoundCube Web Mail +LICENSE= NONE APACHE20 +LICENSE_COMB= multi + RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.2:mail/roundcube@${PHP_FLAVOR} -USES= php:flavors +USES= php:flavors NO_BUILD= yes NO_ARCH= yes @@ -22,7 +25,7 @@ WWWDIR?= ${PREFIX}/www/roundcube/skins/groupvice SUB_FILES= pkg-message do-install: - ${MKDIR} ${STAGEDIR}${WWWDIR} + @${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} .include <bsd.port.mk> diff --git a/mail/roundcube-groupvice/pkg-descr b/mail/roundcube-groupvice/pkg-descr index 917cfd9aeef6..226f20477653 100644 --- a/mail/roundcube-groupvice/pkg-descr +++ b/mail/roundcube-groupvice/pkg-descr @@ -4,4 +4,4 @@ application. This theme is based on Novell Groupwise WebAccess v7 and is known to be compatible with IE7, IE8, Safari, Opera, and Firefox. -WWW: http://www.roundcubeforum.net +WWW: https://www.roundcubeforum.net/ |