diff options
author | pat <pat@FreeBSD.org> | 2002-07-13 14:00:59 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-07-13 14:00:59 +0800 |
commit | 51278a62e47777a820e062015ebbd40ff292fd47 (patch) | |
tree | 63be5fd7ca059d5fc51bde6b523e7d15ef409be3 /mail/openwebmail/Makefile | |
parent | 9cb0a59817237c27f2f32117a55cae6138316856 (diff) | |
download | freebsd-ports-gnome-51278a62e47777a820e062015ebbd40ff292fd47.tar.gz freebsd-ports-gnome-51278a62e47777a820e062015ebbd40ff292fd47.tar.zst freebsd-ports-gnome-51278a62e47777a820e062015ebbd40ff292fd47.zip |
Update to 1.70
PR: ports/40517
Submitted by: maintainer
Diffstat (limited to 'mail/openwebmail/Makefile')
-rw-r--r-- | mail/openwebmail/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index f65482ec3180..de2d49791b8d 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -6,10 +6,10 @@ # PORTNAME= openwebmail -PORTVERSION= 1.65 -PORTREVISION= 1 +PORTVERSION= 1.70 CATEGORIES= mail -MASTER_SITES= http://turtle.ee.ncku.edu.tw/openwebmail/download/ +MASTER_SITES= http://openwebmail.org/openwebmail/download/ \ + http://turtle.ee.ncku.edu.tw/openwebmail/download/ EXTRACT_SUFX= .tgz MAINTAINER= leeym@leeym.com @@ -31,7 +31,10 @@ do-install: .for dir in sessions users @${CHMOD} 0770 ${OWCGIDIR}/etc/${dir} .endfor -.for file in openwebmail.pl openwebmail-main.pl openwebmail-read.pl openwebmail-viewatt.pl openwebmail-send.pl openwebmail-spell.pl openwebmail-prefs.pl openwebmail-folder.pl openwebmail-abook.pl checkmail.pl +.for file in openwebmail.pl openwebmail-main.pl openwebmail-read.pl \ + openwebmail-viewatt.pl openwebmail-send.pl openwebmail-spell.pl \ + openwebmail-prefs.pl openwebmail-folder.pl openwebmail-abook.pl \ + openwebmail-advsearch.pl checkmail.pl @${CHMOD} 4555 ${OWCGIDIR}/${file} .endfor @${PERL5} ${WRKSRC}/cgi-bin/openwebmail/uty/wrapsuid.pl ${OWCGIDIR} |