diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-01-16 20:32:29 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-01-16 20:32:29 +0000 |
commit | fce18a3e708e982d5c53575741f751b2ae852cc8 (patch) | |
tree | 3d8a5a4a52f157f8fa9b5fc539040c74fded2407 /lang/gcc48/Makefile | |
parent | Update to the 20050114 snapshot of GCC 3.4.4. (diff) |
Update to the 20050116 snapshot of GCC 4.0.
Notes
Notes:
svn path=/head/; revision=126618
Diffstat (limited to 'lang/gcc48/Makefile')
-rw-r--r-- | lang/gcc48/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index eed426c1a2c4..d443023a8ff1 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.0.0 -PORTREVISION= 20050109 +PORTREVISION= 20050116 CATEGORIES= lang java VERSIONSTRING= 4.0-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} @@ -124,7 +124,7 @@ pre-configure: @${MKDIR} ${CONFIGURE_WRKSRC} post-build: - @${ECHO_MSG} "Consider running 'make check' before 'make install', especially + @${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." |