diff options
author | steve <steve@FreeBSD.org> | 2000-05-30 07:48:03 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-30 07:48:03 +0800 |
commit | 979148830fcf599d08746b522aebf0ed874eb007 (patch) | |
tree | e2f787f4b22a483e23a200f366d7776de69cc095 /www/squid24 | |
parent | fbca343d461822cb21000d4bd464216a90f27531 (diff) | |
download | freebsd-ports-gnome-979148830fcf599d08746b522aebf0ed874eb007.tar.gz freebsd-ports-gnome-979148830fcf599d08746b522aebf0ed874eb007.tar.zst freebsd-ports-gnome-979148830fcf599d08746b522aebf0ed874eb007.zip |
Correct a typo.
PR: 16476
Submitted by: Christopher J. Michaels <cjm2@altavista.net>
Diffstat (limited to 'www/squid24')
-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. |