diff options
Diffstat (limited to 'mail/roundcube/Makefile')
-rw-r--r-- | mail/roundcube/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index fc1e11a69390..3f24fd1f5cbd 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -7,15 +7,16 @@ PORTNAME= roundcube PORTVERSION= 0.1 +PORTREVISION= ${SNAPSHOT} CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME}mail -DISTNAME= ${PORTNAME}_webmail_${PORTVERSION}-${SNAPSHOT} +MASTER_SITES= http://www.unixified.net/roundcube/ +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION}-${SNAPSHOT} MAINTAINER= flz@FreeBSD.org COMMENT= Fully skinnable XHTML/CSS webmail written in PHP -SNAPSHOT= 20051007 +SNAPSHOT= 20051128 WRKSRC= ${WRKDIR}/${PORTNAME}mail NO_BUILD= yes @@ -47,10 +48,6 @@ USE_PHP+= pgsql USE_PHP+= sqlite .endif -pre-install: - @${MV} ${WRKSRC}/config/db.inc.php ${WRKSRC}/config/db.inc.php.sample - @${MV} ${WRKSRC}/config/main.inc.php ${WRKSRC}/config/main.inc.php.sample - do-install: ${MKDIR} ${RCUBEROOT} .for i in ${RCUBECOMP} |