diff options
author | clement <clement@FreeBSD.org> | 2004-11-22 15:43:08 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-11-22 15:43:08 +0000 |
commit | 1d39d254d116ccf3df96bd5bb2598774f582edac (patch) | |
tree | 7bf7cad66eaa5ecccf3af009395a1a8f7d01722d /net/haproxy/Makefile | |
parent | b49daf3d198232055b5c633435fdb108c7681533 (diff) | |
download | FreeBSD-ports-1d39d254d116ccf3df96bd5bb2598774f582edac.zip FreeBSD-ports-1d39d254d116ccf3df96bd5bb2598774f582edac.tar.gz |
- Fix typo in pre-everything:: target.
s/WITH_DTPROXY/WITH_TPROXY/
Noticed by: Tristan Woerth <tristan@stinx.net>
Diffstat (limited to 'net/haproxy/Makefile')
-rw-r--r-- | net/haproxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 664ee36..d4af76e 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} "" |