summaryrefslogtreecommitdiff
path: root/mail/postfix-current/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix-current/INSTALL')
-rw-r--r--mail/postfix-current/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/INSTALL b/mail/postfix-current/INSTALL
index abec8e6d155..145927c517f 100644
--- a/mail/postfix-current/INSTALL
+++ b/mail/postfix-current/INSTALL
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.1.1.1 2004/03/06 15:04:12 grant Exp $
+# $NetBSD: INSTALL,v 1.2 2004/07/02 08:03:04 martti Exp $
#
SHAREDIR=@SHAREDIR@
@@ -6,6 +6,6 @@ SHAREDIR=@SHAREDIR@
case $STAGE in
POST-INSTALL)
echo "===> Running postfix's post-install script"
- @SHAREDIR@/post-install command_directory="@PREFIX@/sbin" first-install
+ @SHAREDIR@/post-install command_directory=@PREFIX@/sbin first-install
;;
esac