diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-08 04:53:53 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-08 04:53:53 +0000 |
commit | 17b7ccdc3ca18b9c6238cfb6ad5ff1093069e8ca (patch) | |
tree | 191441784affa2742804b3d8e95a387113a684c8 /mail/openwebmail/Makefile | |
parent | Add acfax 0.981011, recieve faxes using sound card and radio. (diff) |
Update to 1.65
PR: 38972
Submitted by: maintainer
Diffstat (limited to 'mail/openwebmail/Makefile')
-rw-r--r-- | mail/openwebmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index 0399ea855631..0e9f6d6ec84a 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openwebmail -PORTVERSION= 1.64 +PORTVERSION= 1.65 CATEGORIES= mail MASTER_SITES= http://turtle.ee.ncku.edu.tw/openwebmail/download/ EXTRACT_SUFX= .tgz @@ -29,7 +29,7 @@ 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 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 checkmail.pl @${CHMOD} 4555 ${OWCGIDIR}/${file} .endfor @${PERL5} ${WRKSRC}/cgi-bin/openwebmail/uty/wrapsuid.pl ${OWCGIDIR} |