mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue