From 58942bab6dbee58f4bff47b5f7888deb6d9b99ac Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Fri, 27 Aug 1999 21:14:04 +0000 Subject: echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} --- deskutils/xmdiary/Makefile | 4 ++-- deskutils/zorro/Makefile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'deskutils') diff --git a/deskutils/xmdiary/Makefile b/deskutils/xmdiary/Makefile index 59bfd325de80..e77cf44c0eb3 100644 --- a/deskutils/xmdiary/Makefile +++ b/deskutils/xmdiary/Makefile @@ -30,9 +30,9 @@ pre-patch: cd $(WRKSRC) && tar xzpf ${DISTDIR}/xmdfix.gz post-patch: - @echo removing the "malloc.h" includes + @${ECHO_MSG} removing the "malloc.h" includes ${SCRIPTDIR}/nomalloc $(WRKSRC) 2>&1 > /dev/zero - @echo removing unneccessary DependTarget from Imakefile-s + @${ECHO_MSG} removing unneccessary DependTarget from Imakefile-s ${SCRIPTDIR}/noextradepend $(WRKSRC) 2>&1 > /dev/zero .include diff --git a/deskutils/zorro/Makefile b/deskutils/zorro/Makefile index c1f9eebfe057..8e24b8e48334 100644 --- a/deskutils/zorro/Makefile +++ b/deskutils/zorro/Makefile @@ -21,8 +21,8 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/zorro ${PREFIX}/bin/zorro ${MKDIR} ${PREFIX}/share/zorro ${INSTALL_DATA} ${WRKSRC}/DOTzorrorc ${PREFIX}/share/zorro - @echo "" - @echo "Take a look at ${PREFIX}/share/zorro/DOTzorrorc" - @echo "" + @${ECHO_MSG} "" + @${ECHO_MSG} "Take a look at ${PREFIX}/share/zorro/DOTzorrorc" + @${ECHO_MSG} "" .include -- cgit v1.2.3