summaryrefslogtreecommitdiff
path: root/lang/gcc49
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2014-02-14 02:00:04 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2014-02-14 02:00:04 +0000
commitfe95defaba17c25466354dea0cf926f3c54fae36 (patch)
treee3567e8985695e2191b4dc177f3cc2bb97cbcce2 /lang/gcc49
parentMark broken: Does not compile (diff)
Really commit
No longer run ccache-update-links as part of post-install which, in the world of staging, no longer is what it used to be. Rely on the existing @exec and @unexec in pkg-plist instead. [3] which should have been in the last revision.
Notes
Notes: svn path=/head/; revision=344158
Diffstat (limited to 'lang/gcc49')
-rw-r--r--lang/gcc49/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/gcc49/Makefile b/lang/gcc49/Makefile
index 91dd54b60798..4b9a2adaf07a 100644
--- a/lang/gcc49/Makefile
+++ b/lang/gcc49/Makefile
@@ -141,8 +141,5 @@ post-install:
fi
.endfor
cd ${WRKDIR} ; ${SED} -i -e "/PLIST.lib/ r PLIST.lib" ${TMPPLIST}
- @if type ccache-update-links >/dev/null 2>&1; then \
- ccache-update-links -v; \
- fi
.include <bsd.port.post.mk>