aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2012-08-07 08:56:58 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2012-08-07 08:56:58 +0000
commite18d61c447bb5b3878e70703485aaf17b89e5907 (patch)
tree489f713f7f6a1be54569b55ab1b64ae1ba77dedc /devel/ccache
parent26e11f28e9f160291230828d65ce8f47bc2a2a7f (diff)
downloadports-e18d61c447bb5b3878e70703485aaf17b89e5907.tar.gz
ports-e18d61c447bb5b3878e70703485aaf17b89e5907.zip
Notes
Diffstat (limited to 'devel/ccache')
-rw-r--r--devel/ccache/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile
index 1ee7ab41f778..6a11b482a63e 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ccache
PORTVERSION= 3.1.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.samba.org/ftp/ccache/ CRITICAL
@@ -63,7 +63,7 @@ post-build:
.if !defined(TINDERBOX)
@${MKDIR} ${WRKDIR}/tb/opt
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${WRKDIR}/tb/opt
-.for l in gcc cc g++ c++
+.for l in ${CCACHE_COMPILERS}
@${LN} -sf ${PORTNAME} ${WRKDIR}/tb/opt/${l}
.endfor
@${TAR} -C ${WRKDIR}/tb -cpf ${WRKSRC}/${PORTNAME}.tar opt