summaryrefslogtreecommitdiffstats
path: root/devel/ccache
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-02-04 09:07:12 +0000
committerahze <ahze@FreeBSD.org>2005-02-04 09:07:12 +0000
commit8218e593a0126aaf74a0c223e5cd58234a80e0e6 (patch)
tree410efc3b6ad13d2eead4fc92a10add6a013acd76 /devel/ccache
parent8668a380df016c9e89c3ea13e911b3cdba71d00c (diff)
downloadFreeBSD-ports-8218e593a0126aaf74a0c223e5cd58234a80e0e6.zip
FreeBSD-ports-8218e593a0126aaf74a0c223e5cd58234a80e0e6.tar.gz
- Back out of last commit, this does not work like I intended
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 22494ba..b69ccff 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*} || ${.CURDIR:M${MAKEOBJDIRPREFIX}*}
+.if ${.CURDIR:M/usr/src*}
CC=%%LOCALBASE%%/libexec/ccache/cc
CXX=%%LOCALBASE%%/libexec/ccache/c++
.else
OpenPOWER on IntegriCloud