aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ccache
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-02-05 22:28:03 +0800
committerahze <ahze@FreeBSD.org>2005-02-05 22:28:03 +0800
commit472c82339814c376e22b36dabd33afcafaeb8005 (patch)
tree3c5e2247d4260c9c0d4050c4eb76029fccdb630c /devel/ccache
parent52ff5ca8781383d9fe12d958e4e42401a9f29867 (diff)
downloadfreebsd-ports-gnome-472c82339814c376e22b36dabd33afcafaeb8005.tar.gz
freebsd-ports-gnome-472c82339814c376e22b36dabd33afcafaeb8005.tar.zst
freebsd-ports-gnome-472c82339814c376e22b36dabd33afcafaeb8005.zip
Fix another typo
Submitted by: chad@cropcirclesystems.org
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"
--