diff options
Diffstat (limited to 'lang/gcc44/Makefile')
-rw-r--r-- | lang/gcc44/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index cbc42d4b03bf..421c16d07eb7 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.2.0 -PORTREVISION= 20051231 +PORTREVISION= 20060107 CATEGORIES= lang java VERSIONSTRING= 4.2-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} @@ -157,8 +157,6 @@ check: build cd ${WRKSRC}; export RUNTESTFLAGS='--target_board ''unix{-pthread}'''; ${GMAKE} -sk check post-install: - # 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 \ |