diff options
author | leeym <leeym@FreeBSD.org> | 2007-02-02 13:02:26 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2007-02-02 13:02:26 +0800 |
commit | 8814d25e161819a0cc06709efaa654f982a036ee (patch) | |
tree | 00d9dcbb7a711869261acee5330738598ab7c41c /mail | |
parent | f72e80275e7ab449038671ee9c444ffec138c36d (diff) | |
download | freebsd-ports-gnome-8814d25e161819a0cc06709efaa654f982a036ee.tar.gz freebsd-ports-gnome-8814d25e161819a0cc06709efaa654f982a036ee.tar.zst freebsd-ports-gnome-8814d25e161819a0cc06709efaa654f982a036ee.zip |
- create directory for addressbook [1]
- bump PORTREVISION [1]
- remove slave-port related settings
Submitted by: [1] jr at opal.com
Diffstat (limited to 'mail')
-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 |