1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/www/squid22/files/patch-ak
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

19 lines
439 B
Plaintext

*** /tmp/configure.in Sat Feb 7 21:20:29 1998
--- configure.in Sat Feb 7 21:24:48 1998
***************
*** 19,31 ****
REGEXLIB='' # -lregex
LIBREGEX='' # libregex.a
- dnl use directory structure of cached as default (hack)
- if test "$libexecdir" = '${exec_prefix}/libexec'; then
- libexecdir='${bindir}'
- localstatedir='${prefix}'
-
- fi
-
if test -z "$CACHE_HTTP_PORT"; then
CACHE_HTTP_PORT="3128"
fi
--- 19,24 ----