mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
25343123ce
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>
18 lines
379 B
Plaintext
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 ----
|