aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache/files/ccache-howto-freebsd.txt.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ccache/files/ccache-howto-freebsd.txt.in')
-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..22494ba030ff 100644
--- a/devel/ccache/files/ccache-howto-freebsd.txt.in
+++ b/devel/ccache/files/ccache-howto-freebsd.txt.in
@@ -5,7 +5,7 @@
To use ccache add the following to /etc/make.conf
.if !defined(NOCCACHE)
-.if ${.CURDIR:M/usr/src*}
+.if ${.CURDIR:M/usr/src*} || ${.CURDIR:M${MAKEOBJDIRPREFIX}*}
CC=%%LOCALBASE%%/libexec/ccache/cc
CXX=%%LOCALBASE%%/libexec/ccache/c++
.else