From c703665fd61c774a392a6785e6b1c49569072bf1 Mon Sep 17 00:00:00 2001 From: mharo Date: Fri, 27 Aug 1999 22:30:39 +0000 Subject: echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} --- lang/m3gdb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/m3gdb') diff --git a/lang/m3gdb/Makefile b/lang/m3gdb/Makefile index 877c3c2..f6e66e2 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 -- cgit v1.1