diff options
author | gerald <gerald@FreeBSD.org> | 2005-09-25 19:35:06 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-09-25 19:35:06 +0000 |
commit | c15cb736a3edc0971df2c56de20748ee74d97345 (patch) | |
tree | 493b52df5d4eda230acae9e5fcc225f0f25126b2 /lang/gcc46/Makefile | |
parent | 878638463ece3b104b2d15189a78c24801cdc87c (diff) | |
download | FreeBSD-ports-c15cb736a3edc0971df2c56de20748ee74d97345.zip FreeBSD-ports-c15cb736a3edc0971df2c56de20748ee74d97345.tar.gz |
Update to the 20050924 snapshot of GCC 4.1.0. This brings a huge libjava/
Classpath merger.
Diffstat (limited to 'lang/gcc46/Makefile')
-rw-r--r-- | lang/gcc46/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index e034a7a..069f281 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.1.0 -PORTREVISION= 20050917 +PORTREVISION= 20050924 CATEGORIES= lang java VERSIONSTRING= 4.1-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} @@ -147,8 +147,8 @@ check: build cd ${WRKSRC}; export RUNTESTFLAGS='--target_board ''unix{-pthread}'''; ${GMAKE} -sk check post-install: - # FIXME: As of July 2005 libjava installs these bogus directories. - -${RMDIR} -p ${PREFIX}/share/classpath/api + # FIXME: As of September 2005 libjava installs this extra directory. + -${RMDIR} -p ${PREFIX}/share/classpath/ # man pages can only be generated if Perl >= 5.6 is installed; # fake them otherwise. for mp in ${_MANPAGES}; do \ |