diff options
Diffstat (limited to 'mail/postfix28/pkg-install')
-rw-r--r-- | mail/postfix28/pkg-install | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/postfix28/pkg-install b/mail/postfix28/pkg-install index 933c669e6b98..0d18b67ddee3 100644 --- a/mail/postfix28/pkg-install +++ b/mail/postfix28/pkg-install @@ -1,4 +1,9 @@ #!/bin/sh +# +# $FreeBSD$ +# + +PKG_PREFIX=${PKG_PREFIX:=/usr/local} user=postfix group=postfix @@ -87,6 +92,5 @@ if [ x"$2" = xPOST-INSTALL ]; then fi /usr/sbin/chown root:maildrop ${PKG_PREFIX}/sbin/postdrop /bin/chmod 2555 ${PKG_PREFIX}/sbin/postdrop - /bin/mkdir -p /var/spool/postfix ${PKG_PREFIX}/sbin/postfix check fi |