summaryrefslogtreecommitdiff
path: root/lang/gcc47
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2014-07-12 20:57:57 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2014-07-12 20:57:57 +0000
commit5df55640aa2226165c3ec95a069ca7a8b67977cb (patch)
tree6a6bf6416f619dc6c419c39257c0849302109c7b /lang/gcc47
parent- Fix OPENSSL_VERSION_NUMBER to identify that libressl supports features of (diff)
Also clean *.la files in LIBEXEC, and recursively so, here and for
TARGLIB.
Notes
Notes: svn path=/head/; revision=361643
Diffstat (limited to 'lang/gcc47')
-rw-r--r--lang/gcc47/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile
index 029c0a0f7782..b1f6e2f11553 100644
--- a/lang/gcc47/Makefile
+++ b/lang/gcc47/Makefile
@@ -135,7 +135,8 @@ full-regression-test: build
.endif
post-install:
- ${RM} -f ${STAGEDIR}${TARGLIB}/*.la
+ ${FIND} ${STAGEDIR}${TARGLIB} ${STAGEDIR}${LIBEXEC} \
+ -name '*.la' | ${XARGS} ${RM}
${RM} -f ${STAGEDIR}${PREFIX}/man/man7/*
${RM} -f ${STAGEDIR}${PREFIX}/bin/rebuild-gcj-db${SUFFIX} \
${STAGEDIR}${PREFIX}/man/man1/rebuild-gcj-db${SUFFIX}.1