aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix28/Makefile
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2008-03-01 09:44:30 +0800
committermnag <mnag@FreeBSD.org>2008-03-01 09:44:30 +0800
commitec7e7110c0fa1931e241759cdff5dc7933a005c3 (patch)
tree2dcf0b0bcfe3b4d9683f1a241dccdd9408044cbb /mail/postfix28/Makefile
parent4dd7f7b1c23c62d38dd31020e9f49fd1a81c5b67 (diff)
downloadfreebsd-ports-gnome-ec7e7110c0fa1931e241759cdff5dc7933a005c3.tar.gz
freebsd-ports-gnome-ec7e7110c0fa1931e241759cdff5dc7933a005c3.tar.zst
freebsd-ports-gnome-ec7e7110c0fa1931e241759cdff5dc7933a005c3.zip
- Fix data_directory
PR: 121236 Submitted by: Artis Caune <Artis.Caune___latnet.lv>
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 \