diff options
author | leeym <leeym@FreeBSD.org> | 2003-02-13 15:53:07 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-02-13 15:53:07 +0800 |
commit | 706c3c34c8cd946e53d09a447c9482275fdf78c6 (patch) | |
tree | 06eca747f4c14e34ee3025264dbab0b2bce9f7a1 /mail/openwebmail/Makefile | |
parent | adf5ff655f7e5e001b1eb3b4bd326df3539a50d3 (diff) | |
download | freebsd-ports-gnome-706c3c34c8cd946e53d09a447c9482275fdf78c6.tar.gz freebsd-ports-gnome-706c3c34c8cd946e53d09a447c9482275fdf78c6.tar.zst freebsd-ports-gnome-706c3c34c8cd946e53d09a447c9482275fdf78c6.zip |
update to openwebmail-1.90
Diffstat (limited to 'mail/openwebmail/Makefile')
-rw-r--r-- | mail/openwebmail/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index 87f6f138aa38..5e7b5518afab 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -6,8 +6,7 @@ # PORTNAME= openwebmail -PORTVERSION= 1.81 -PORTREVISION= 2 +PORTVERSION= 1.90 CATEGORIES= mail MASTER_SITES= http://openwebmail.org/openwebmail/download/ \ http://turtle.ee.ncku.edu.tw/openwebmail/download/ @@ -37,12 +36,12 @@ do-install: .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 + openwebmail-tool.pl openwebmail-viewatt.pl openwebmail-webdisk.pl openwebmail.pl @${REINPLACE_CMD} -e 's,suidperl,perl,g' ${OWCGIDIR}/${file} @${CHMOD} 4555 ${OWCGIDIR}/${file} .endfor @${PERL5} ${WRKSRC}/cgi-bin/openwebmail/uty/wrapsuid.pl ${OWCGIDIR} - @${OWCGIDIR}/openwebmail-tool.pl --init -y - @${RM} ${OWCGIDIR}/*orig ${OWCGIDIR}/*bak + @${OWCGIDIR}/openwebmail-tool.pl --init --no + @${RM} ${OWCGIDIR}/*bak .include <bsd.port.mk> |