freebsd-ports/www/squid26/files/patch-al
Peter Wemm 25343123ce Evan sent me a port update moments after I committed one. Pick out some
of the changes he's made..  (Although I'm not so sure about moving the
cache to /var/spool/squid...)

Reviewed by:	Evan Champion <evanc@synapse.net>
1998-02-08 03:39:06 +00:00

18 lines
379 B
Plaintext

*** /tmp/configure Sat Feb 7 21:20:29 1998
--- configure Sat Feb 7 21:24:51 1998
***************
*** 608,619 ****
REGEXLIB='' # -lregex
LIBREGEX='' # libregex.a
- if test "$libexecdir" = '${exec_prefix}/libexec'; then
- libexecdir='${bindir}'
- localstatedir='${prefix}'
-
- fi
-
if test -z "$CACHE_HTTP_PORT"; then
CACHE_HTTP_PORT="3128"
fi
--- 608,613 ----