diff options
author | nork <nork@FreeBSD.org> | 2010-02-14 22:01:31 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2010-02-14 22:01:31 +0800 |
commit | bd4a8bc371b11fa7eaeb8f8a2bb64bb780f026ed (patch) | |
tree | 61f61ef168ca38afa7845644e6fb84697162551a /mail | |
parent | e63c6c34ac1672d4a8183b8fa4f58ac836f154cc (diff) | |
download | freebsd-ports-gnome-bd4a8bc371b11fa7eaeb8f8a2bb64bb780f026ed.tar.gz freebsd-ports-gnome-bd4a8bc371b11fa7eaeb8f8a2bb64bb780f026ed.tar.zst freebsd-ports-gnome-bd4a8bc371b11fa7eaeb8f8a2bb64bb780f026ed.zip |
Preparing japanese/roundcube import.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/roundcube/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index ba215f250b00..e92f644d9cac 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -8,14 +8,15 @@ PORTNAME= roundcube DISTVERSION= 0.3.1 PORTEPOCH= 1 -CATEGORIES= mail www +CATEGORIES?= mail www MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail/${PORTVERSION} DISTNAME= ${PORTNAME}mail-${DISTVERSION} -MAINTAINER= ale@FreeBSD.org +MAINTAINER?= ale@FreeBSD.org COMMENT= Fully skinnable XHTML/CSS webmail written in PHP NO_BUILD= yes +CONFLICTS= ja-roundcube-[0-9]* RCUBECOMP= SQL bin config index.php logs plugins program robots.txt skins temp PORTDOCS= CHANGELOG INSTALL LICENSE README UPGRADING |