diff options
Diffstat (limited to 'lang/gcc-ooo/Makefile')
-rw-r--r-- | lang/gcc-ooo/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/gcc-ooo/Makefile b/lang/gcc-ooo/Makefile index e6ba233c9e93..fe9b5307c71f 100644 --- a/lang/gcc-ooo/Makefile +++ b/lang/gcc-ooo/Makefile @@ -5,11 +5,10 @@ # # $FreeBSD$ # -SNAPDATE= 2004-06-11 PORTNAME= gcc PORTVERSION= 3.4.1 -PORTREVISION= ${SNAPDATE:S/-//g} +PORTREVISION= 20040702 CATEGORIES= lang java VERSIONSTRING= 3.4-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} \ @@ -110,9 +109,9 @@ pre-configure: @${MKDIR} ${CONFIGURE_WRKSRC} post-build: - @${ECHO} "Consider running 'make check' before 'make install', especially - @${ECHO} "if you have not performed this build on -STABLE or -CURRENT." - @${ECHO} "This assumes that you have the dejagnu port installed." + @${ECHO_MSG} "Consider running 'make check' before 'make install', especially + @${ECHO_MSG} "if you have not performed this build on -STABLE or -CURRENT." + @${ECHO_MSG} "This assumes that you have the dejagnu port installed." check: build cd ${WRKSRC}; export RUNTESTFLAGS='--target_board ''unix{-pthread}'''; ${GMAKE} -sk check |