- create directory for addressbook [1]

- bump PORTREVISION [1]
- remove slave-port related settings

Submitted by:	[1] jr at opal.com
This commit is contained in:
Yen-Ming Lee 2007-02-02 05:02:26 +00:00
parent 1cd6453f01
commit a79afefc7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183924
2 changed files with 4 additions and 5 deletions

View file

@ -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

View file

@ -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