about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--core/conf/pkgmk.conf2
-rw-r--r--core/ports.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/conf/pkgmk.conf b/core/conf/pkgmk.conf
index c94fea7..fe82d4d 100644
--- a/core/conf/pkgmk.conf
+++ b/core/conf/pkgmk.conf
@@ -50,7 +50,7 @@ PKGMK_WORK_DIR="/usr/ports/work/$name"
 
 ## ccache settings
 #export PATH="/usr/lib/ccache/:$PATH"
-#export CCACHE_DIR="/usr/ports/cache/ccache"
+#export CCACHE_DIR="/usr/ports/ccache"
 #export CCACHE_PREFIX="distcc"
 #export CCACHE_COMPILERCHECK="%compiler% -dumpversion; crux"
 #
diff --git a/core/ports.html b/core/ports.html
index dbaa226..da0f9b2 100644
--- a/core/ports.html
+++ b/core/ports.html
@@ -219,7 +219,7 @@
         <pre>
         # ccache settings
         export PATH="/usr/lib/ccache/:$PATH"
-        export CCACHE_DIR="/usr/ports/cache/ccache"
+        export CCACHE_DIR="/usr/ports/ccache"
         export CCACHE_PREFIX="distcc"
         export CCACHE_COMPILERCHECK="%compiler% -dumpversion; crux"
         </pre>