diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-20 21:15:42 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-20 21:15:42 +0000 |
commit | b733e6129a3512100b7df48d06ee9475bf1ce22d (patch) | |
tree | 77f6c486c56a24b02df1b700cc14f59593f24f7a /mail/openwebmail/Makefile | |
parent | * This fixes the problem where fig2dev uses the "transparentimage" code (diff) |
Update to 1.62
PR: 35152
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 083b84df4839..64ab4f89e024 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openwebmail -PORTVERSION= 1.61 +PORTVERSION= 1.62 CATEGORIES= mail MASTER_SITES= http://turtle.ee.ncku.edu.tw/openwebmail/download/ EXTRACT_SUFX= .tgz @@ -26,7 +26,7 @@ do-install: @${CP} -R ${WRKSRC}/${dir}/openwebmail ${PREFIX}/www/${dir}/ @${CHOWN} -R root:mail ${PREFIX}/www/${dir}/openwebmail .endfor -.for file in openwebmail.pl openwebmail-main.pl openwebmail-prefs.pl openwebmail-read.pl openwebmail-send.pl openwebmail-viewatt.pl +.for file in auth_pop3.pl openwebmail-main.pl openwebmail-prefs.pl openwebmail-read.pl openwebmail-send.pl openwebmail-viewatt.pl openwebmail.pl @${CHMOD} 4555 ${SUIDPERL} @${PERL5} -pi -e 's,/usr/bin/perl,${SUIDPERL},g' ${OWCGIDIR}/${file} @${CHMOD} 4555 ${OWCGIDIR}/${file} |