diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-02-04 00:43:18 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-02-04 00:43:18 +0000 |
commit | 277fa15535ae5a5aee79ede55b2d1cd509999b41 (patch) | |
tree | 12c0fd7076ba6dd37cf806f79f06a53b73225016 /devel/ccache | |
parent | cc29c55e6b06e1e51fd744c40cf104204f5ba236 (diff) | |
download | ports-277fa15535ae5a5aee79ede55b2d1cd509999b41.tar.gz ports-277fa15535ae5a5aee79ede55b2d1cd509999b41.zip |
Notes
Diffstat (limited to 'devel/ccache')
-rw-r--r-- | devel/ccache/files/ccache-howto-freebsd.txt.in | 2 |
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 5734361c3f31..b69ccffd2560 100644 --- a/devel/ccache/files/ccache-howto-freebsd.txt.in +++ b/devel/ccache/files/ccache-howto-freebsd.txt.in @@ -65,4 +65,4 @@ For Korn/Bourne shells Add the following to /etc/profile: export CCACHE_DIR=/usr/.ccache For csh/tcsh Add the following to /etc/csh.cshrc - setenv DISTCC_HOSTS "/usr/.ccache" + setenv CCACHE_DIR "/usr/.ccache" |