diff options
author | ahze <ahze@FreeBSD.org> | 2005-02-04 08:43:18 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-02-04 08:43:18 +0800 |
commit | d0e4d1fb2870e4c596e72ce254da8a38403aa3f7 (patch) | |
tree | b62f6559d4c02b9502b7e88077bf0ca126ef86cb /devel | |
parent | 18a11677cd88a4e467c3c1ae7c6c945ff1722c99 (diff) | |
download | freebsd-ports-gnome-d0e4d1fb2870e4c596e72ce254da8a38403aa3f7.tar.gz freebsd-ports-gnome-d0e4d1fb2870e4c596e72ce254da8a38403aa3f7.tar.zst freebsd-ports-gnome-d0e4d1fb2870e4c596e72ce254da8a38403aa3f7.zip |
Correct stupid typo
Diffstat (limited to 'devel')
-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" |