diff options
-rw-r--r-- | mail/openwebmail/Makefile | 3 | ||||
-rw-r--r-- | mail/openwebmail/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index de2d49791b8d..4f321d5201ed 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -7,6 +7,7 @@ PORTNAME= openwebmail PORTVERSION= 1.70 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://openwebmail.org/openwebmail/download/ \ http://turtle.ee.ncku.edu.tw/openwebmail/download/ @@ -34,7 +35,7 @@ do-install: .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 checkmail.pl + openwebmail-advsearch.pl openwebmail-cal.pl checkmail.pl @${CHMOD} 4555 ${OWCGIDIR}/${file} .endfor @${PERL5} ${WRKSRC}/cgi-bin/openwebmail/uty/wrapsuid.pl ${OWCGIDIR} diff --git a/mail/openwebmail/pkg-plist b/mail/openwebmail/pkg-plist index 348b57d68fe6..8a5131e5e6e4 100644 --- a/mail/openwebmail/pkg-plist +++ b/mail/openwebmail/pkg-plist @@ -1,6 +1,7 @@ www/cgi-bin/openwebmail/.checkmail.pl www/cgi-bin/openwebmail/.openwebmail-abook.pl www/cgi-bin/openwebmail/.openwebmail-advsearch.pl +www/cgi-bin/openwebmail/.openwebmail-cal.pl www/cgi-bin/openwebmail/.openwebmail-folder.pl www/cgi-bin/openwebmail/.openwebmail-main.pl www/cgi-bin/openwebmail/.openwebmail-prefs.pl |