aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc45/Makefile
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2005-07-18 21:27:11 +0800
committergerald <gerald@FreeBSD.org>2005-07-18 21:27:11 +0800
commite8a076bc7f57f63c76b83ca07580eb2e6d138b80 (patch)
treeca5677e513fa05234069ab1b2614061fc70036ba /lang/gcc45/Makefile
parentf1e01f8acfe3f26cb55250d9c5858f3771aff8f5 (diff)
downloadfreebsd-ports-gnome-e8a076bc7f57f63c76b83ca07580eb2e6d138b80.tar.gz
freebsd-ports-gnome-e8a076bc7f57f63c76b83ca07580eb2e6d138b80.tar.zst
freebsd-ports-gnome-e8a076bc7f57f63c76b83ca07580eb2e6d138b80.zip
Update to the 20050716 snapshot of GCC 4.1.0 (with two new .info files).
Fix installation/deinstallation in case the PREFIX contains the string lib.
Diffstat (limited to 'lang/gcc45/Makefile')
-rw-r--r--lang/gcc45/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile
index 038b401d4bc4..5a8407c2094f 100644
--- a/lang/gcc45/Makefile
+++ b/lang/gcc45/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gcc
PORTVERSION= 4.1.0
-PORTREVISION= 20050709
+PORTREVISION= 20050716
CATEGORIES= lang java
VERSIONSTRING= 4.1-${PORTREVISION}
MASTER_SITES= ${MASTER_SITE_GCC}
@@ -99,7 +99,8 @@ MAN1= cpp${SUFFIX}.1 \
jcf-dump${SUFFIX}.1 \
jv-scan${SUFFIX}.1 jv-convert${SUFFIX}.1 \
rmic${SUFFIX}.1 rmiregistry${SUFFIX}.1
-INFO= cpp cppinternals gcc gccinstall gccint gcj fastjar
+INFO= cpp cppinternals gcc gccinstall gccint gcj fastjar \
+ hacking vmintegration
.if defined(WITHOUT_LIBJAVA)
CONFIGURE_ARGS+= --disable-libgcj
@@ -160,7 +161,7 @@ post-install:
${PREFIX}/man/man7/gfdl.7 ${PREFIX}/man/man7/gpl.7
# Add target libraries and include files to packaging list.
${RM} -f ${WRKDIR}/PLIST.lib
-.for d in ${TARGLIB:S/^${PREFIX}\///} ${TARGLIB:S/lib/libexec/g:S/^${PREFIX}\///} include/gcj include/gnu include/java include/javax
+.for d in ${TARGLIB:S/^${PREFIX}\///} ${TARGLIB:S/^${PREFIX}\///:S/lib/libexec/} include/gcj include/gnu include/java include/javax
cd ${PREFIX} ; if [ -d $d ]; then \
${FIND} $d -type f -o -type l >>${WRKDIR}/PLIST.lib ;\
${FIND} $d -type d | ${SORT} -r \