aboutsummaryrefslogtreecommitdiffstats
path: root/mail/openwebmail/Makefile
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-02-13 15:53:07 +0800
committerleeym <leeym@FreeBSD.org>2003-02-13 15:53:07 +0800
commit706c3c34c8cd946e53d09a447c9482275fdf78c6 (patch)
tree06eca747f4c14e34ee3025264dbab0b2bce9f7a1 /mail/openwebmail/Makefile
parentadf5ff655f7e5e001b1eb3b4bd326df3539a50d3 (diff)
downloadfreebsd-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/Makefile9
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>