diff options
Diffstat (limited to 'devel/ccache')
-rw-r--r-- | devel/ccache/files/ccache-howto-freebsd.txt.in | 4 | ||||
-rw-r--r-- | devel/ccache/files/ccache-update-links.sh.in | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/devel/ccache/files/ccache-howto-freebsd.txt.in b/devel/ccache/files/ccache-howto-freebsd.txt.in index 915254672288..5db61cd832e2 100644 --- a/devel/ccache/files/ccache-howto-freebsd.txt.in +++ b/devel/ccache/files/ccache-howto-freebsd.txt.in @@ -1,7 +1,3 @@ -# -# $FreeBSD$ -# - To use ccache for ports, just add WITH_CCACHE_BUILD=yes to /etc/make.conf. The rest of this guide is for building /usr/src and other checkouts. diff --git a/devel/ccache/files/ccache-update-links.sh.in b/devel/ccache/files/ccache-update-links.sh.in index 233a4748a5dd..bfeb2e220bfb 100644 --- a/devel/ccache/files/ccache-update-links.sh.in +++ b/devel/ccache/files/ccache-update-links.sh.in @@ -1,9 +1,6 @@ #!/bin/sh # # Author: Emanuel Haupt <ehaupt@FreeBSD.org> -# -# $FreeBSD$ -# CCACHE_COMPILERS="%%CCACHE_COMPILERS%% ${EXTRA_COMPILERS}" CCLINKDIR="%%CCLINKDIR%%" |