aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-02-05 14:28:03 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-02-05 14:28:03 +0000
commitbe31d9ae601ba7424622e738cb40a3bcac9465a9 (patch)
tree7230c1fd8f7b93022656c92acf8f67bd3c9076da /devel/ccache
parent4b8d0cb043d11e5200acca67800bfc7e6d27aa8d (diff)
Notes
Diffstat (limited to 'devel/ccache')
-rw-r--r--devel/ccache/files/ccache-howto-freebsd.txt.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ccache/files/ccache-howto-freebsd.txt.in b/devel/ccache/files/ccache-howto-freebsd.txt.in
index b69ccffd2560..4c9a3be55a11 100644
--- a/devel/ccache/files/ccache-howto-freebsd.txt.in
+++ b/devel/ccache/files/ccache-howto-freebsd.txt.in
@@ -34,7 +34,7 @@ For Korn/Bourne shells Add the following to /etc/profile:
export DISTCC_HOSTS="localhost host1 host2"
For csh/tcsh Add the following to /etc/csh.cshrc:
- setenv CACHE_PREFIX distcc
+ setenv CCACHE_PREFIX distcc
setenv DISTCC_HOSTS "localhost host1 host2"
--