diff options
author | grant <grant> | 2004-03-05 13:54:32 +0000 |
---|---|---|
committer | grant <grant> | 2004-03-05 13:54:32 +0000 |
commit | 60ffe1cec986ce791f9e4eac921522f93d961d3e (patch) | |
tree | 0a52b3a1329ec9f20dcad1fbd154ba741ec35157 | |
parent | 30dcf0d17dd9b995a540ba0d96ae1d2ead783ab8 (diff) | |
download | pkgsrc-60ffe1cec986ce791f9e4eac921522f93d961d3e.tar.gz |
run postfix's post-install with "command_directory=prefix/sbin"
argument so it can find postconf.
bump PKGREVISION.
-rw-r--r-- | mail/postfix/INSTALL | 4 | ||||
-rw-r--r-- | mail/postfix/Makefile | 3 |
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/ |