diff options
author | simonb <simonb@pkgsrc.org> | 1999-09-14 02:06:59 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 1999-09-14 02:06:59 +0000 |
commit | 2fc2b130d1f185a8c0e33a3cfaff4ff6fb39e2d7 (patch) | |
tree | dc8db062590904ef8532f3e98709c9cf04c6a7f1 /mail | |
parent | 79599f7cee86d27a7cb9f7cff6ae5d170d636ef8 (diff) | |
download | pkgsrc-2fc2b130d1f185a8c0e33a3cfaff4ff6fb39e2d7.tar.gz |
Oops, forgot about error's manpage.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/patches/patch-am | 6 | ||||
-rw-r--r-- | mail/postfix/pkg/PLIST | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/mail/postfix/patches/patch-am b/mail/postfix/patches/patch-am index c7a8e3b38f8..c73e4739571 100644 --- a/mail/postfix/patches/patch-am +++ b/mail/postfix/patches/patch-am @@ -1,13 +1,13 @@ -$NetBSD: patch-am,v 1.1 1999/05/30 18:18:32 tron Exp $ +$NetBSD: patch-am,v 1.2 1999/09/14 02:06:59 simonb Exp $ --- man/man8/Makefile.orig Sun May 30 18:49:13 1999 +++ man/man8/Makefile Sun May 30 18:49:13 1999 @@ -0,0 +1,11 @@ -+# $NetBSD: patch-am,v 1.1 1999/05/30 18:18:32 tron Exp $ ++# $NetBSD: patch-am,v 1.2 1999/09/14 02:06:59 simonb Exp $ +.include "../../conf/main.cf" +MANDIR= ${man_directory} + -+MAN= bounce.8 local.8 pipe.8 smtp.8 \ ++MAN= bounce.8 error.8 local.8 pipe.8 smtp.8 \ + cleanup.8 master.8 qmgr.8 smtpd.8 \ + pickup.8 showq.8 trivial-rewrite.8 + diff --git a/mail/postfix/pkg/PLIST b/mail/postfix/pkg/PLIST index 57242baefd6..e64d4051017 100644 --- a/mail/postfix/pkg/PLIST +++ b/mail/postfix/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 1999/09/14 01:54:23 simonb Exp $ +@comment $NetBSD: PLIST,v 1.6 1999/09/14 02:07:00 simonb Exp $ etc/mailer.conf.postfix libexec/postfix/bounce libexec/postfix/cleanup @@ -31,6 +31,7 @@ man/cat5/virtual.0 man/cat8/bounce.0 man/cat8/cleanup.0 man/cat8/defer.0 +man/cat8/error.0 man/cat8/local.0 man/cat8/master.0 man/cat8/pickup.0 @@ -58,6 +59,7 @@ man/man5/virtual.5 man/man8/bounce.8 man/man8/cleanup.8 man/man8/defer.8 +man/man8/error.8 man/man8/local.8 man/man8/master.8 man/man8/pickup.8 |