diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-11-22 15:43:08 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-11-22 15:43:08 +0000 |
commit | 3ca577c5ad9a4a3dce4427c0f23229b980139c8a (patch) | |
tree | 1d9444a9fd7ba5eec6f6c230e6c2367809af0a57 /net | |
parent | fbb1d939af81ed7b372c31b467e48722738f377c (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/haproxy-devel/Makefile | 2 | ||||
-rw-r--r-- | net/haproxy/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/haproxy-devel/Makefile b/net/haproxy-devel/Makefile index 664ee361f061..d4af76e59ba9 100644 --- a/net/haproxy-devel/Makefile +++ b/net/haproxy-devel/Makefile @@ -36,7 +36,7 @@ pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "Available options:" @${ECHO_MSG} "WITH_PCRE: Use pcre regex engine" - @${ECHO_MSG} "WITH_DTPROXY: Enable Transparent proxy support" + @${ECHO_MSG} "WITH_TPROXY: Enable Transparent proxy support" @${ECHO_MSG} "STATS_INTERVAL=###: Statistics interval in milliseconds," @${ECHO_MSG} " (default to 0, disabled)" @${ECHO_MSG} "" diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 664ee361f061..d4af76e59ba9 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -36,7 +36,7 @@ pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "Available options:" @${ECHO_MSG} "WITH_PCRE: Use pcre regex engine" - @${ECHO_MSG} "WITH_DTPROXY: Enable Transparent proxy support" + @${ECHO_MSG} "WITH_TPROXY: Enable Transparent proxy support" @${ECHO_MSG} "STATS_INTERVAL=###: Statistics interval in milliseconds," @${ECHO_MSG} " (default to 0, disabled)" @${ECHO_MSG} "" |