summaryrefslogtreecommitdiff
path: root/lang/gcc-ooo/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2004-12-10 10:53:43 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2004-12-10 10:53:43 +0000
commit560a496a8b7b53e66098aab6b252a5c1b5db245a (patch)
tree76bf00c00025a281e0bb26992418ad332524e791 /lang/gcc-ooo/Makefile
parentUpdate to 1.6.9 (diff)
Add missing quote in post-build target (which is a real bug, but had not
triggered any problem before). PR: 74901 Submitted by: Pasi Hirvonen <psh@iki.fi>
Notes
Notes: svn path=/head/; revision=123631
Diffstat (limited to 'lang/gcc-ooo/Makefile')
-rw-r--r--lang/gcc-ooo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc-ooo/Makefile b/lang/gcc-ooo/Makefile
index 2dd45cfaafcd..4cddedeef713 100644
--- a/lang/gcc-ooo/Makefile
+++ b/lang/gcc-ooo/Makefile
@@ -109,7 +109,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."