summaryrefslogtreecommitdiff
path: root/misc/tet
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 /misc/tet
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 'misc/tet')
-rw-r--r--misc/tet/Makefile10
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}