summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-03-05 13:54:32 +0000
committergrant <grant@pkgsrc.org>2004-03-05 13:54:32 +0000
commit3cc9066938d756fd542012bee185a0378efdb646 (patch)
tree0a52b3a1329ec9f20dcad1fbd154ba741ec35157 /mail
parentd90f0f43ca4273548f4234755082b63b7d7dd913 (diff)
downloadpkgsrc-3cc9066938d756fd542012bee185a0378efdb646.tar.gz
run postfix's post-install with "command_directory=prefix/sbin"
argument so it can find postconf. bump PKGREVISION.
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix/INSTALL4
-rw-r--r--mail/postfix/Makefile3
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/postfix/INSTALL b/mail/postfix/INSTALL
index ac3be9f1cde..3f7ade5404c 100644
--- a/mail/postfix/INSTALL
+++ b/mail/postfix/INSTALL
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.1 2003/05/01 14:07:56 jmmv Exp $
+# $NetBSD: INSTALL,v 1.2 2004/03/05 13:54:32 grant Exp $
#
SHAREDIR=@SHAREDIR@
@@ -6,6 +6,6 @@ SHAREDIR=@SHAREDIR@
case $STAGE in
POST-INSTALL)
echo "===> Running postfix's post-install script"
- @SHAREDIR@/post-install first-install
+ @SHAREDIR@/post-install command_directory=@PREFIX@/sbin first-install
;;
esac
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 2b32d5d1f4d..efdb90bf6a4 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.117 2004/02/16 09:31:06 martti Exp $
+# $NetBSD: Makefile,v 1.118 2004/03/05 13:54:32 grant Exp $
DISTNAME= postfix-2.0.18
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/