- Add LICENSE (APACHE20 for pngbehavior.htc script, unspecified for all other files)
- Pet portlint, whitespace fix - Update WWW
This commit is contained in:
parent
2d3b0c8f73
commit
3c554def99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473875
2 changed files with 6 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue