diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2002-02-20 11:44:04 +0800 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2002-02-20 11:44:04 +0800 |
commit | 42f0bf974967cee516ac4361b47051f395c722fc (patch) | |
tree | 6904210449b66b636caf8301983af6a7690a7471 /www/squid30/Makefile | |
parent | d42a9f021317649203deb85e788e277789a52671 (diff) | |
download | freebsd-ports-gnome-42f0bf974967cee516ac4361b47051f395c722fc.tar.gz freebsd-ports-gnome-42f0bf974967cee516ac4361b47051f395c722fc.tar.zst freebsd-ports-gnome-42f0bf974967cee516ac4361b47051f395c722fc.zip |
Fix a typo, spotted by des.
Diffstat (limited to 'www/squid30/Makefile')
-rw-r--r-- | www/squid30/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 3976ab47e081..d53d8804bcb2 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -52,7 +52,7 @@ MAKEFILE= makefile # - Enable delay pools to limit bandwidth usage #CONFIGURE_ARGS+= --enable-delay-pools # - Enable generic memory use tracing -#CONFIGURE+ARGS+= --enable-mem-gen-trace +#CONFIGURE_ARGS+= --enable-mem-gen-trace # - Enable logging of the User-Agent header #CONFIGURE_ARGS+= --enable-useragent-log # - Disable Web Cache Coordination Protocol |