aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-current/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2008-03-01 01:50:08 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2008-03-01 01:50:08 +0000
commite5749802795765a25bcd515d1171593e0c527278 (patch)
tree0e0dbb21512cc051aa919feed354e2294c44ac12 /mail/postfix-current/Makefile
parent4d3a4a18f026167d83ffc987ee57023e2b22ea75 (diff)
downloadports-e5749802795765a25bcd515d1171593e0c527278.tar.gz
ports-e5749802795765a25bcd515d1171593e0c527278.zip
- Fix data_directory. Backported from mail/postfix
Notes
Notes: svn path=/head/; revision=208229
Diffstat (limited to 'mail/postfix-current/Makefile')
-rw-r--r--mail/postfix-current/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 978b64097933..bfdad5d92c8e 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -7,6 +7,7 @@
PORTNAME= postfix
DISTVERSION= 2.6-20080221
+PORTREVISION= 1
PORTEPOCH= 4
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
@@ -226,6 +227,7 @@ pre-install:
do-install:
cd ${WRKSRC}; ${SH} postfix-install -non-interactive install_root=/ tempdir=/tmp \
config_directory=${PREFIX}/etc/postfix \
+ data_directory=/var/db/postfix \
daemon_directory=${PREFIX}/libexec/postfix \
command_directory=${PREFIX}/sbin \
queue_directory=/var/spool/postfix \