diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-02-19 21:15:19 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-02-19 21:15:19 +0800 |
commit | c06b1212b6ebc0deb0ae40cd42d778c7006118e8 (patch) | |
tree | 2d2e8391d91fbe12e3f1e000c967ea8646f28cc0 /www/squid25 | |
parent | 2fe3b9b6e62182d5c032e5381542cfc7a2609658 (diff) | |
download | freebsd-ports-gnome-c06b1212b6ebc0deb0ae40cd42d778c7006118e8.tar.gz freebsd-ports-gnome-c06b1212b6ebc0deb0ae40cd42d778c7006118e8.tar.zst freebsd-ports-gnome-c06b1212b6ebc0deb0ae40cd42d778c7006118e8.zip |
Fix typo: othervise -> otherwise.
Diffstat (limited to 'www/squid25')
-rw-r--r-- | www/squid25/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid25/Makefile b/www/squid25/Makefile index d1a2d0e15953..0421718cc61a 100644 --- a/www/squid25/Makefile +++ b/www/squid25/Makefile @@ -33,7 +33,7 @@ GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ --localstatedir=${PREFIX}/squid -STRIP= # won't install scripts correctly othervise. +STRIP= # won't install scripts correctly otherwise. MAKEFILE= makefile # Some other configure options.. |