diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-02-02 05:02:26 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-02-02 05:02:26 +0000 |
commit | a79afefc7e4fade4c60fc2740c132381af52f437 (patch) | |
tree | 52c4a91d97c3c0151fcc200c7839322604bf50fb /mail/openwebmail | |
parent | 1cd6453f017308a59020a8e68c59af96d984b64b (diff) |
Notes
Diffstat (limited to 'mail/openwebmail')
-rw-r--r-- | mail/openwebmail/Makefile | 8 | ||||
-rw-r--r-- | mail/openwebmail/pkg-install | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index 1bf00b3eaccb..9e2f5abc2d47 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -6,21 +6,19 @@ # PORTNAME= openwebmail -PORTVERSION?= 2.52 -PORTREVISION= 2 +PORTVERSION= 2.52 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://openwebmail.acatysmoof.com/download/%SUBDIR%/ \ http://openwebmail.org/openwebmail/download/%SUBDIR%/ MASTER_SITE_SUBDIR?= release -MAINTAINER?= leeym@FreeBSD.org +MAINTAINER= leeym@FreeBSD.org COMMENT= A webmail system designed to manage big mail folder files efficiently RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 -CONFLICTS?= ${PORTNAME}-devel-[0-9]* - USE_PERL5= yes NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/mail/openwebmail/pkg-install b/mail/openwebmail/pkg-install index 6d9a1f5a24b3..06e334b645c2 100644 --- a/mail/openwebmail/pkg-install +++ b/mail/openwebmail/pkg-install @@ -3,6 +3,7 @@ if [ "$2" != "POST-INSTALL" ]; then exit 0 fi +mkdir -p ${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/addressbooks mkdir -p ${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/sessions chmod 0770 ${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/sessions mkdir -p ${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/users |