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 /korean | |
parent | 3927b01845af9489e456e36e73d2511621daea90 (diff) | |
download | ports-b8f8618362b39a01e2225feef7d298fb22cafe2f.tar.gz ports-b8f8618362b39a01e2225feef7d298fb22cafe2f.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/kaistfonts/Makefile | 4 |
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: |