diff options
-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/ |