diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-02-17 14:43:10 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-02-17 14:43:10 +0000 |
commit | ae1cee08f303207f6550b5625b8b979be39b945a (patch) | |
tree | b9927743d94023c67f18ccabd6acac2334cc1f82 /lang/gcc/Makefile | |
parent | 474394fe46cfcd09459395625abd85da326812fc (diff) | |
download | ports-ae1cee08f303207f6550b5625b8b979be39b945a.tar.gz ports-ae1cee08f303207f6550b5625b8b979be39b945a.zip |
Notes
Diffstat (limited to 'lang/gcc/Makefile')
-rw-r--r-- | lang/gcc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index d539c3a06ac5..e2562cebf202 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -123,6 +123,7 @@ full-regression-test: build post-install: ${RM} -f ${STAGEDIR}${TARGLIB}/*.la + ${RM} -f ${STAGEDIR}${PREFIX}/man/man7/* # Add target libraries and include files to packaging list. ${RM} -f ${WRKDIR}/PLIST.lib .for d in ${TARGLIB:S/^${PREFIX}\///} ${LIBEXEC:S/^${PREFIX}\///} include/gcj include/gnu include/java include/javax @@ -133,8 +134,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> |