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 /print/teTeX-base | |
parent | Update 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}
Diffstat (limited to 'print/teTeX-base')
-rw-r--r-- | print/teTeX-base/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile index 54c03a5036c0..47cd832d83ff 100644 --- a/print/teTeX-base/Makefile +++ b/print/teTeX-base/Makefile @@ -3,7 +3,7 @@ # Date created: 5 December 1996 # Whom: Bernd Rosauer <br@netland.inka.de> # -# $Id: Makefile,v 1.31 1999/07/07 19:04:10 obrien Exp $ +# $Id: Makefile,v 1.32 1999/08/25 14:25:38 tg Exp $ # DISTNAME= teTeX-1.0.6 @@ -57,9 +57,9 @@ LIBWWW_PREFIX?= ${LOCALBASE} TEXMF_TREE= ${PREFIX}/share/texmf pre-configure: - @echo - @echo "It will be ok if configure will complain about a missing texmf tree!" - @echo + @${ECHO_MSG} + @${ECHO_MSG} "It will be ok if configure will complain about a missing texmf tree!" + @${ECHO_MSG} pre-install: @${MKDIR} ${TEXMF_TREE} @@ -74,10 +74,10 @@ post-install: ${PREFIX}/bin/texconfig font ro > /dev/null 2>&1 @${SETENV} TEXMFMAIN=${TEXMF_TREE} \ ${PREFIX}/bin/texconfig font options appendonlydir varfonts - @echo - @echo "You may want to run texconfig to configure teTeX for your" - @echo "local environment. You will find teTeX's local documentation" - @echo "in ${TEXMF_TREE}/doc/." - @echo + @${ECHO_MSG} + @${ECHO_MSG} "You may want to run texconfig to configure teTeX for your" + @${ECHO_MSG} "local environment. You will find teTeX's local documentation" + @${ECHO_MSG} "in ${TEXMF_TREE}/doc/." + @${ECHO_MSG} .include <bsd.port.mk> |