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 /misc/tet | |
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 'misc/tet')
-rw-r--r-- | misc/tet/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/tet/Makefile b/misc/tet/Makefile index 7f120f8..8e55e69 100644 --- a/misc/tet/Makefile +++ b/misc/tet/Makefile @@ -27,11 +27,11 @@ do-build: pre-extract: .if !defined(TET_ROOT) - @echo - @echo "The environment variable \"TET_ROOT\" is not set." - @echo "You must set it to the directory where you would like " - @echo "this port to reside before attempting extraction." - @echo + @${ECHO_MSG} + @${ECHO_MSG} "The environment variable \"TET_ROOT\" is not set." + @${ECHO_MSG} "You must set it to the directory where you would like " + @${ECHO_MSG} "this port to reside before attempting extraction." + @${ECHO_MSG} @${FALSE} .else @${TRUE} |