diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-06-08 14:10:14 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-06-08 14:10:14 +0000 |
commit | 22e480b5e4889fbb682197f64395c9e3ef0e49dc (patch) | |
tree | 96ca00b46aae60e8aaf3a47c5761a4c1ea7873ec /mail | |
parent | cad5b0f81406fd80e7a1a95837a86b1047f9c086 (diff) | |
download | ports-22e480b5e4889fbb682197f64395c9e3ef0e49dc.tar.gz ports-22e480b5e4889fbb682197f64395c9e3ef0e49dc.zip |
- Fix. lmtp.8 is a smtp.8 link.
Notes
Notes:
svn path=/head/; revision=164829
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 85509b469f88..3522e5d44a6f 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -52,16 +52,16 @@ MAN5= access.5 aliases.5 bounce.5 canonical.5 cidr_table.5 generic.5 \ pcre_table.5 pgsql_table.5 postconf.5 regexp_table.5 relocated.5 \ tcp_table.5 transport.5 virtual.5 -MAN8= anvil.8 bounce.8 cleanup.8 discard.8 error.8 flush.8 lmtp.8 \ - local.8 master.8 oqmgr.8 pickup.8 pipe.8 proxymap.8 qmgr.8 qmqpd.8 \ - scache.8 showq.8 smtp.8 smtpd.8 spawn.8 tlsmgr.8 trivial-rewrite.8 \ - verify.8 virtual.8 +MAN8= anvil.8 bounce.8 cleanup.8 discard.8 error.8 flush.8 local.8 master.8 \ + oqmgr.8 pickup.8 pipe.8 proxymap.8 qmgr.8 qmqpd.8 scache.8 showq.8 \ + smtp.8 smtpd.8 spawn.8 tlsmgr.8 trivial-rewrite.8 verify.8 virtual.8 MLINKS= sendmail.1 mailq.1 \ sendmail.1 newaliases.1 \ header_checks.5 body_checks.5 \ bounce.8 defer.8 \ - bounce.8 trace.8 + bounce.8 trace.8 \ + smtp.8 lmtp.8 CONF1= access aliases canonical generic header_checks main.cf master.cf \ relocated transport virtual |