diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 23:48:03 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 23:48:03 +0000 |
commit | d95c34faac64068d856b9c275a9320bfc1cf5fdf (patch) | |
tree | f6b2b65af11d02f8eb6ede692ac648e7043fada5 /www/squid24 | |
parent | Update MASTER_SITES and remove manpage since it's no longer there. (diff) |
Correct a typo.
PR: 16476
Submitted by: Christopher J. Michaels <cjm2@altavista.net>
Notes
Notes:
svn path=/head/; revision=28959
Diffstat (limited to '')
-rw-r--r-- | www/squid24/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid24/Makefile b/www/squid24/Makefile index f0367f9774c2..769f27a69499 100644 --- a/www/squid24/Makefile +++ b/www/squid24/Makefile @@ -80,7 +80,7 @@ MAKEFILE= makefile #CONFIGURE_ARGS+= --disable-http-violations # - Enable Transparent Proxy support for IP-Filter systems (incl 3.0) #CONFIGURE_ARGS+= --enable-ipf-transparent -# (--enable-leakfinfer is a developer support tool only) +# (--enable-leakfinder is a developer support tool only) # - Compile out code that does optional Ident (RFC931) lookups #CONFIGURE_ARGS+= --disable-ident-lookups # - Disable squid's internal async DNS lookup code. |