aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2014-07-22 03:37:43 +0800
committergerald <gerald@FreeBSD.org>2014-07-22 03:37:43 +0800
commite1c7d3c66f73cd5370637dc75c4c15eac7bec3f3 (patch)
tree9b71d71da90d88e702de61ae744dcd131de19126 /lang
parent3e48bebe97833c5f0060b89d0fa6c6ffd642cf2a (diff)
downloadfreebsd-ports-gnome-e1c7d3c66f73cd5370637dc75c4c15eac7bec3f3.tar.gz
freebsd-ports-gnome-e1c7d3c66f73cd5370637dc75c4c15eac7bec3f3.tar.zst
freebsd-ports-gnome-e1c7d3c66f73cd5370637dc75c4c15eac7bec3f3.zip
Also clean *.la files in LIBEXEC, and recursively so, here and for
TARGLIB.
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc46/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile
index c2533d58f303..2e48e32cb570 100644
--- a/lang/gcc46/Makefile
+++ b/lang/gcc46/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gcc46
PORTVERSION= 4.6.4
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
@@ -126,7 +126,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