aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-02-04 05:29:47 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-02-04 05:29:47 +0000
commite7fb8197e42c5d54df7420e4f642f04776fc4271 (patch)
tree314e3518f98310bd32e07bba4a807bae74c41015 /devel/ccache
parentf4c32e5e5983841d8bfb16822bcdc7e6d2803907 (diff)
downloadports-e7fb8197e42c5d54df7420e4f642f04776fc4271.tar.gz
ports-e7fb8197e42c5d54df7420e4f642f04776fc4271.zip
Notes
Diffstat (limited to 'devel/ccache')
-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