summaryrefslogtreecommitdiff
path: root/korean
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 /korean
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 'korean')
-rw-r--r--korean/kaistfonts/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <junker@jazz.snu.ac.kr>
#
-# $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: