diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
commit | c703665fd61c774a392a6785e6b1c49569072bf1 (patch) | |
tree | fadaf059519c61c85fed9e8be59d5c262720f5d3 /lang/m3gdb | |
parent | b6234e33d2dcb7767ac29adb112187db9036c665 (diff) | |
download | FreeBSD-ports-c703665fd61c774a392a6785e6b1c49569072bf1.zip FreeBSD-ports-c703665fd61c774a392a6785e6b1c49569072bf1.tar.gz |
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Diffstat (limited to 'lang/m3gdb')
-rw-r--r-- | lang/m3gdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |