summaryrefslogtreecommitdiff
path: root/mail/postfix28/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2008-03-01 01:44:30 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2008-03-01 01:44:30 +0000
commit4d3a4a18f026167d83ffc987ee57023e2b22ea75 (patch)
tree26f0979516fa5b1699ddee545562665b0fb9c847 /mail/postfix28/Makefile
parentChase moved MASTER_SITE (diff)
- Fix data_directory
PR: 121236 Submitted by: Artis Caune <Artis.Caune___latnet.lv>
Notes
Notes: svn path=/head/; revision=208228
Diffstat (limited to 'mail/postfix28/Makefile')
-rw-r--r--mail/postfix28/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile
index 4404bde9baea..d90447f37a44 100644
--- a/mail/postfix28/Makefile
+++ b/mail/postfix28/Makefile
@@ -7,6 +7,7 @@
PORTNAME= postfix
PORTVERSION= 2.5.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
@@ -260,6 +261,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 \