diff options
Diffstat (limited to 'mail/postfix-current/pkg-install')
-rw-r--r-- | mail/postfix-current/pkg-install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/postfix-current/pkg-install b/mail/postfix-current/pkg-install index 7cfbc061ce52..52e768d500cd 100644 --- a/mail/postfix-current/pkg-install +++ b/mail/postfix-current/pkg-install @@ -121,6 +121,7 @@ if [ x"$2" = xPOST-INSTALL ]; then /bin/sh ${PKG_PREFIX}/libexec/postfix/post-install tempdir=/tmp \ config_directory=${PKG_PREFIX}/etc/postfix \ + data_directory=/var/db/postfix \ daemon_directory=${PKG_PREFIX}/libexec/postfix \ command_directory=${PKG_PREFIX}/sbin \ queue_directory=/var/spool/postfix \ |