diff options
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 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 |