diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
commit | b8f8618362b39a01e2225feef7d298fb22cafe2f (patch) | |
tree | 67a28a0746219c11b5e630daec412185165d3ed9 /misc/tet | |
parent | 3927b01845af9489e456e36e73d2511621daea90 (diff) | |
download | ports-b8f8618362b39a01e2225feef7d298fb22cafe2f.tar.gz ports-b8f8618362b39a01e2225feef7d298fb22cafe2f.zip |
Notes
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 7f120f8e2edf..8e55e69eb749 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} |