diff options
-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/ |