diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2002-11-23 18:09:27 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2002-11-23 18:09:27 +0000 |
commit | d7b9d91adcdf954b98b85495af4f97c447c8040e (patch) | |
tree | 71a721ce31612bb9cf1c613904b1e0cb3f7bb660 /mail/openwebmail/Makefile | |
parent | New port p5-XML-XQL version 0.67: Perl module for querying XML tree (diff) |
upgrade to openwebmail-1.80
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor)
Diffstat (limited to 'mail/openwebmail/Makefile')
-rw-r--r-- | mail/openwebmail/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index c4d92bbe8e23..8b2b844a6465 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openwebmail -PORTVERSION= 1.71 +PORTVERSION= 1.80 CATEGORIES= mail MASTER_SITES= http://openwebmail.org/openwebmail/download/ \ http://turtle.ee.ncku.edu.tw/openwebmail/download/ @@ -31,10 +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 \ - openwebmail-advsearch.pl openwebmail-cal.pl checkmail.pl +.for file in openwebmail-abook.pl openwebmail-advsearch.pl openwebmail-cal.pl \ + openwebmail-folder.pl openwebmail-main.pl openwebmail-prefs.pl \ + openwebmail-read.pl openwebmail-send.pl openwebmail-spell.pl \ + openwebmail-tool.pl openwebmail-viewatt.pl openwebmail.pl @${CHMOD} 4555 ${OWCGIDIR}/${file} .endfor @${PERL5} ${WRKSRC}/cgi-bin/openwebmail/uty/wrapsuid.pl ${OWCGIDIR} |