aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2004-12-10 18:53:43 +0800
committergerald <gerald@FreeBSD.org>2004-12-10 18:53:43 +0800
commite2cdcaf66700a474fa309c15a4a3da03611c408b (patch)
tree98fc202942a49e7c5a824e67335004b20eb55db8 /lang
parent4c4786dcc71e226dfb815a0499089fe25a16cf5f (diff)
downloadfreebsd-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/Makefile2
-rw-r--r--lang/gcc34/Makefile2
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."