diff options
author | gerald <gerald@FreeBSD.org> | 2004-12-10 18:53:43 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2004-12-10 18:53:43 +0800 |
commit | e2cdcaf66700a474fa309c15a4a3da03611c408b (patch) | |
tree | 98fc202942a49e7c5a824e67335004b20eb55db8 /lang | |
parent | 4c4786dcc71e226dfb815a0499089fe25a16cf5f (diff) | |
download | freebsd-ports-gnome-e2cdcaf66700a474fa309c15a4a3da03611c408b.tar.gz freebsd-ports-gnome-e2cdcaf66700a474fa309c15a4a3da03611c408b.tar.zst freebsd-ports-gnome-e2cdcaf66700a474fa309c15a4a3da03611c408b.zip |
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>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc-ooo/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc34/Makefile | 2 |
2 files changed, 2 insertions, 2 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." diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index 2dd45cfaafcd..4cddedeef713 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/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." |