diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-03-07 20:38:38 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-03-07 20:38:38 +0800 |
commit | 1ae803b1876f6929e3c0afce3aba605d4f430b0f (patch) | |
tree | 66b1879f8c33c01a953cc4889dc1e29b8d89e742 | |
parent | 8760eab5a0a829c7b347b0a99f9c17ee7ce49c1f (diff) | |
download | freebsd-ports-gnome-1ae803b1876f6929e3c0afce3aba605d4f430b0f.tar.gz freebsd-ports-gnome-1ae803b1876f6929e3c0afce3aba605d4f430b0f.tar.zst freebsd-ports-gnome-1ae803b1876f6929e3c0afce3aba605d4f430b0f.zip |
Add virtual to BIN1.
Submitted by: "David W. Chapman Jr." <dwcjr@inethouston.net>
PR: ports/25581
-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 |