From c703665fd61c774a392a6785e6b1c49569072bf1 Mon Sep 17 00:00:00 2001 From: mharo Date: Fri, 27 Aug 1999 22:30:39 +0000 Subject: echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} --- korean/kaistfonts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'korean/kaistfonts') diff --git a/korean/kaistfonts/Makefile b/korean/kaistfonts/Makefile index 081c93ec5023..fcac4f6c07ea 100644 --- a/korean/kaistfonts/Makefile +++ b/korean/kaistfonts/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Mar 27 17:26:42 KST 1998 # Whom: CHOI Junho # -# $Id: Makefile,v 1.3 1998/08/07 22:43:11 asami Exp $ +# $Id: Makefile,v 1.4 1998/11/17 02:31:47 asami Exp $ # DISTNAME= ko-kaistfonts-ksc-1.0 @@ -24,7 +24,7 @@ do-extract: ${MKDIR} ${WRKDIR} && \ cd ${WRKDIR} && \ for file in ${DISTFILES}; do \ - ${GUNZIP_CMD} -c < ${_DISTDIR}/$$file > `echo $$file | ${SED} -e 's/\.Z//' -e 's/\.gz//'`; \ + ${GUNZIP_CMD} -c < ${_DISTDIR}/$$file > `${ECHO} $$file | ${SED} -e 's/\.Z//' -e 's/\.gz//'`; \ done post-install: -- cgit