diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-03-07 12:38:38 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-03-07 12:38:38 +0000 |
commit | 3446a2fea84b2d324daf8f972a5fddccefa495a0 (patch) | |
tree | d06d8776840ee5a77c809cb9dfcdd3794139e96e /mail/postfix-current | |
parent | 9c68ff1320fdcbc7083b87d560cb7f156303af6e (diff) |
Notes
Diffstat (limited to 'mail/postfix-current')
-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 4778eb2a7841..26b43f7cb4c9 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -7,7 +7,7 @@ PORTNAME= postfix PORTVERSION= 20010228 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ @@ -42,7 +42,7 @@ CONF2= sample-aliases.cf sample-canonical.cf sample-debug.cf \ sample-smtpd.cf sample-transport.cf sample-virtual.cf BIN1= bounce cleanup error flush lmtp local master nqmgr pickup \ - pipe qmgr showq smtp smtpd spawn trivial-rewrite + pipe qmgr showq smtp smtpd spawn trivial-rewrite virtual BIN2= postalias postcat postconf postdrop postfix \ postkick postlock postlog postmap postsuper sendmail |