summaryrefslogtreecommitdiff
path: root/lang/gcc30/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-04-26 17:22:13 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-04-26 17:22:13 +0000
commit261a9ec095544fecbc515a5d9d3bea159edd3027 (patch)
treee6c74048d91f24f976e497373b325441d97fc105 /lang/gcc30/Makefile
parentUpdate to 0.3a. (diff)
Remove Java from this port. If you want to use GCC's Java you really want
to use GCC 3.1. Also for some reason `gettext' 0.11.1 will not work after gcc30 [w/Java] has been installed (PR 37361).
Notes
Notes: svn path=/head/; revision=58181
Diffstat (limited to 'lang/gcc30/Makefile')
-rw-r--r--lang/gcc30/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gcc30/Makefile b/lang/gcc30/Makefile
index 0c99d1b99020..9c6402718a68 100644
--- a/lang/gcc30/Makefile
+++ b/lang/gcc30/Makefile
@@ -16,7 +16,6 @@ MASTER_SITE_SUBDIR= gcc/releases/gcc-${GCC_REV}
DISTFILES= gcc-core-${GCC_REV}${EXTRACT_SUFX} \
gcc-g++-${GCC_REV}${EXTRACT_SUFX} \
gcc-g77-${GCC_REV}${EXTRACT_SUFX} \
- gcc-java-${GCC_REV}${EXTRACT_SUFX} \
gcc-objc-${GCC_REV}${EXTRACT_SUFX}
MAINTAINER= obrien@FreeBSD.org
@@ -111,7 +110,7 @@ post-install:
#.if defined(WANT_SHAREDLIBS)
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
#.endif
-.for info in cpp cppinternals g77 gcc gcj
+.for info in cpp cppinternals g77 gcc
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
.endfor
cd ${PREFIX} ;\