diff options
author | pav <pav@FreeBSD.org> | 2005-07-22 05:45:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-22 05:45:46 +0800 |
commit | 27b3e8a8ba748e2d022eded73a34003b1bf2621b (patch) | |
tree | ea00e58ea41b0827192831fd09162121989c9e66 /mail | |
parent | b465308361a7b0cb34cce1cac0208679f2293c6a (diff) | |
download | freebsd-ports-gnome-27b3e8a8ba748e2d022eded73a34003b1bf2621b.tar.gz freebsd-ports-gnome-27b3e8a8ba748e2d022eded73a34003b1bf2621b.tar.zst freebsd-ports-gnome-27b3e8a8ba748e2d022eded73a34003b1bf2621b.zip |
- Update comment to match existing options
PR: ports/83079
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by: Vivek Khera <vivek@khera.org> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix22/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix23/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix24/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix25/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix26/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix27/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix28/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index c103e45f1ebe..58bd32f783f9 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -7,7 +7,7 @@ # To pre-select options in batch mode, run make like this: # -# make -DBATCH POSTFIX_OPTIONS="DB3 IPv6TLS" +# make -DBATCH POSTFIX_OPTIONS="DB3 TLS" # # the options are the same names as in the scripts/configure.postfix file. # POSTFIX_OPTIONS can be set in /etc/make.conf also. diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile index c103e45f1ebe..58bd32f783f9 100644 --- a/mail/postfix22/Makefile +++ b/mail/postfix22/Makefile @@ -7,7 +7,7 @@ # To pre-select options in batch mode, run make like this: # -# make -DBATCH POSTFIX_OPTIONS="DB3 IPv6TLS" +# make -DBATCH POSTFIX_OPTIONS="DB3 TLS" # # the options are the same names as in the scripts/configure.postfix file. # POSTFIX_OPTIONS can be set in /etc/make.conf also. diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile index c103e45f1ebe..58bd32f783f9 100644 --- a/mail/postfix23/Makefile +++ b/mail/postfix23/Makefile @@ -7,7 +7,7 @@ # To pre-select options in batch mode, run make like this: # -# make -DBATCH POSTFIX_OPTIONS="DB3 IPv6TLS" +# make -DBATCH POSTFIX_OPTIONS="DB3 TLS" # # the options are the same names as in the scripts/configure.postfix file. # POSTFIX_OPTIONS can be set in /etc/make.conf also. diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile index c103e45f1ebe..58bd32f783f9 100644 --- a/mail/postfix24/Makefile +++ b/mail/postfix24/Makefile @@ -7,7 +7,7 @@ # To pre-select options in batch mode, run make like this: # -# make -DBATCH POSTFIX_OPTIONS="DB3 IPv6TLS" +# make -DBATCH POSTFIX_OPTIONS="DB3 TLS" # # the options are the same names as in the scripts/configure.postfix file. # POSTFIX_OPTIONS can be set in /etc/make.conf also. diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile index c103e45f1ebe..58bd32f783f9 100644 --- a/mail/postfix25/Makefile +++ b/mail/postfix25/Makefile @@ -7,7 +7,7 @@ # To pre-select options in batch mode, run make like this: # -# make -DBATCH POSTFIX_OPTIONS="DB3 IPv6TLS" +# make -DBATCH POSTFIX_OPTIONS="DB3 TLS" # # the options are the same names as in the scripts/configure.postfix file. # POSTFIX_OPTIONS can be set in /etc/make.conf also. diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile index c103e45f1ebe..58bd32f783f9 100644 --- a/mail/postfix26/Makefile +++ b/mail/postfix26/Makefile @@ -7,7 +7,7 @@ # To pre-select options in batch mode, run make like this: # -# make -DBATCH POSTFIX_OPTIONS="DB3 IPv6TLS" +# make -DBATCH POSTFIX_OPTIONS="DB3 TLS" # # the options are the same names as in the scripts/configure.postfix file. # POSTFIX_OPTIONS can be set in /etc/make.conf also. diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index c103e45f1ebe..58bd32f783f9 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -7,7 +7,7 @@ # To pre-select options in batch mode, run make like this: # -# make -DBATCH POSTFIX_OPTIONS="DB3 IPv6TLS" +# make -DBATCH POSTFIX_OPTIONS="DB3 TLS" # # the options are the same names as in the scripts/configure.postfix file. # POSTFIX_OPTIONS can be set in /etc/make.conf also. diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index c103e45f1ebe..58bd32f783f9 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -7,7 +7,7 @@ # To pre-select options in batch mode, run make like this: # -# make -DBATCH POSTFIX_OPTIONS="DB3 IPv6TLS" +# make -DBATCH POSTFIX_OPTIONS="DB3 TLS" # # the options are the same names as in the scripts/configure.postfix file. # POSTFIX_OPTIONS can be set in /etc/make.conf also. |