summaryrefslogtreecommitdiff
path: root/lang/m3gdb
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
commitb8f8618362b39a01e2225feef7d298fb22cafe2f (patch)
tree67a28a0746219c11b5e630daec412185165d3ed9 /lang/m3gdb
parentUpdate to version 0.9.48 (diff)
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Notes
Notes: svn path=/head/; revision=21034
Diffstat (limited to 'lang/m3gdb')
-rw-r--r--lang/m3gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/m3gdb/Makefile b/lang/m3gdb/Makefile
index 877c3c25654b..f6e66e2d2bd8 100644
--- a/lang/m3gdb/Makefile
+++ b/lang/m3gdb/Makefile
@@ -17,7 +17,7 @@ MANCOMPRESSED= yes
pre-fetch:
@if [ ! -d /usr/src/contrib/gdb ]; then \
- echo "To build this port you must have the FreeBSD" \
+ ${ECHO_MSG} "To build this port you must have the FreeBSD" \
"sources in \"/usr/src\"."; \
exit 1; \
fi