aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix22/pkg-install
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-04 19:35:00 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-04 19:35:00 +0000
commit35ea9ae15cfc960c934565f6c4dcc0c176c1425b (patch)
tree8f99846af470cbd6f223a9719ff5de84a3600fae /mail/postfix22/pkg-install
parent5f0b815b1e018b3e1b7efcd0216af4a13f8f4847 (diff)
downloadports-35ea9ae15cfc960c934565f6c4dcc0c176c1425b.tar.gz
ports-35ea9ae15cfc960c934565f6c4dcc0c176c1425b.zip
update to NON BETA release, 20010228.
PR: 25493 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=39057
Diffstat (limited to 'mail/postfix22/pkg-install')
-rw-r--r--mail/postfix22/pkg-install6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/postfix22/pkg-install b/mail/postfix22/pkg-install
index 933c669e6b98..0d18b67ddee3 100644
--- a/mail/postfix22/pkg-install
+++ b/mail/postfix22/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