summaryrefslogtreecommitdiff
path: root/lang/gcc47/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2014-04-07 09:17:06 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2014-04-07 09:17:06 +0000
commit90dcba274fe923c2973926423a34cbd344805918 (patch)
tree9472100d29532395711d61829f2500a990ef395b /lang/gcc47/Makefile
parent- Unbreak after r350435 (diff)
Update to the 20140405 snapshot of GCC 4.7.4.
No longer install rebuild-gcj-db47 (which requires bash among others) and its man page.
Notes
Notes: svn path=/head/; revision=350437
Diffstat (limited to 'lang/gcc47/Makefile')
-rw-r--r--lang/gcc47/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile
index dba54069e3f1..5470f5c424c4 100644
--- a/lang/gcc47/Makefile
+++ b/lang/gcc47/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc47
-PORTVERSION= 4.7.4.20140329
+PORTVERSION= 4.7.4.20140405
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
@@ -135,6 +135,8 @@ full-regression-test: build
post-install:
${RM} -f ${STAGEDIR}${TARGLIB}/*.la
${RM} -f ${STAGEDIR}${PREFIX}/man/man7/*
+ ${RM} -f ${STAGEDIR}${PREFIX}/bin/rebuild-gcj-db${SUFFIX} \
+ ${STAGEDIR}${PREFIX}/man/man1/rebuild-gcj-db${SUFFIX}.1.gz
# 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