diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-10-15 17:38:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-10-15 17:38:43 +0800 |
commit | 87347072f026d2f8d9c376ebaa6100a7a519bbb8 (patch) | |
tree | d2cda5bffc0bb3a77a228cade84d084445aba117 /mail | |
parent | d75381a0a579110e19d48e266d97c2fcb096d1e1 (diff) | |
download | freebsd-ports-gnome-87347072f026d2f8d9c376ebaa6100a7a519bbb8.tar.gz freebsd-ports-gnome-87347072f026d2f8d9c376ebaa6100a7a519bbb8.tar.zst freebsd-ports-gnome-87347072f026d2f8d9c376ebaa6100a7a519bbb8.zip |
- Add LICENSE
- Whitespace fix
- Silence patching
- Update WWW
Diffstat (limited to 'mail')
-rw-r--r-- | mail/roundcube-umich/Makefile | 6 | ||||
-rw-r--r-- | mail/roundcube-umich/pkg-descr | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/mail/roundcube-umich/Makefile b/mail/roundcube-umich/Makefile index 1018ac380f27..1c188c4c8696 100644 --- a/mail/roundcube-umich/Makefile +++ b/mail/roundcube-umich/Makefile @@ -11,16 +11,18 @@ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Theme for RoundCube Web Mail +LICENSE= GPLv3+ # same as roundcube's + RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.2:mail/roundcube@${PHP_FLAVOR} -USES= php:flavors +USES= php:flavors NO_BUILD= yes NO_ARCH= yes WWWDIR?= ${PREFIX}/www/roundcube/skins/umich post-patch: - ${FIND} ${WRKSRC} -type f -name '*.orig' -delete + @${FIND} ${WRKSRC} -type f -name '*.orig' -delete do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} diff --git a/mail/roundcube-umich/pkg-descr b/mail/roundcube-umich/pkg-descr index 4ca42541d4ae..fde670c4517a 100644 --- a/mail/roundcube-umich/pkg-descr +++ b/mail/roundcube-umich/pkg-descr @@ -4,4 +4,4 @@ optimal usability in mind. Light color blocks and borders delineate application areas without drawing too much attention or drawing focus away from the content. -WWW: http://www.roundcubeforum.net +WWW: https://www.roundcubeforum.net/ |