aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2014-02-14 10:00:04 +0800
committergerald <gerald@FreeBSD.org>2014-02-14 10:00:04 +0800
commit41a7ab3f0341ddb271431a62bc8554f312a19098 (patch)
treee3567e8985695e2191b4dc177f3cc2bb97cbcce2 /lang
parent03d1a35327a12ab148f38203168eeff6ff36b094 (diff)
downloadfreebsd-ports-gnome-41a7ab3f0341ddb271431a62bc8554f312a19098.tar.gz
freebsd-ports-gnome-41a7ab3f0341ddb271431a62bc8554f312a19098.tar.zst
freebsd-ports-gnome-41a7ab3f0341ddb271431a62bc8554f312a19098.zip
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.
Diffstat (limited to 'lang')
-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>