diff options
author | gerald <gerald@FreeBSD.org> | 2005-09-26 03:35:06 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-09-26 03:35:06 +0800 |
commit | c15cb736a3edc0971df2c56de20748ee74d97345 (patch) | |
tree | 493b52df5d4eda230acae9e5fcc225f0f25126b2 /lang/gcc47/Makefile | |
parent | 878638463ece3b104b2d15189a78c24801cdc87c (diff) | |
download | freebsd-ports-gnome-c15cb736a3edc0971df2c56de20748ee74d97345.tar.gz freebsd-ports-gnome-c15cb736a3edc0971df2c56de20748ee74d97345.tar.zst freebsd-ports-gnome-c15cb736a3edc0971df2c56de20748ee74d97345.zip |
Update to the 20050924 snapshot of GCC 4.1.0. This brings a huge libjava/
Classpath merger.
Diffstat (limited to 'lang/gcc47/Makefile')
-rw-r--r-- | lang/gcc47/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index e034a7a2334f..069f281d9705 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/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 \ |