diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-03-07 21:42:13 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-03-07 21:42:13 +0800 |
commit | c968252f62d6ede5ac55eaed7540356869fd5b56 (patch) | |
tree | e3fcf9b97ac49d3e568f8be99c757c9431dbd1fc | |
parent | 806dad0df82d2d1344c8313478398207a1c5f65e (diff) | |
download | freebsd-ports-gnome-c968252f62d6ede5ac55eaed7540356869fd5b56.tar.gz freebsd-ports-gnome-c968252f62d6ede5ac55eaed7540356869fd5b56.tar.zst freebsd-ports-gnome-c968252f62d6ede5ac55eaed7540356869fd5b56.zip |
Add virtual.8 to MAN8.
-rw-r--r-- | mail/postfix-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 26b43f7cb4c9..f996be8be3c6 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -7,7 +7,7 @@ PORTNAME= postfix PORTVERSION= 20010228 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ @@ -30,7 +30,7 @@ MAN5= access.5 aliases.5 canonical.5 regexp_table.5 relocated.5 \ MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ master.8 pickup.8 pipe.8 qmgr.8 showq.8 smtp.8 smtpd.8 \ - spawn.8 trivial-rewrite.8 + spawn.8 trivial-rewrite.8 virtual.8 CONF1= access aliases canonical main.cf master.cf \ regexp_table relocated transport virtual |