diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
commit | 3262cce303b354dfda0c0b11bbbda803a827665b (patch) | |
tree | c032983554a8629dd6dfa9af9f4d687c43e5ac6f /korean/kaistfonts | |
parent | 50af3342991a28fc1e594857fcef03e5fdf80c19 (diff) | |
download | ports-3262cce303b354dfda0c0b11bbbda803a827665b.tar.gz ports-3262cce303b354dfda0c0b11bbbda803a827665b.zip |
Notes
Diffstat (limited to 'korean/kaistfonts')
-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 fcac4f6c07ea..e55d1ab03ccb 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.4 1998/11/17 02:31:47 asami Exp $ +# $Id: Makefile,v 1.5 1999/08/27 22:29:33 mharo Exp $ # DISTNAME= ko-kaistfonts-ksc-1.0 @@ -20,7 +20,7 @@ NO_WRKSUBDIR= yes MAKE_ENV= DISTDIR=${DISTDIR} DISTFILES="${DISTFILES}" do-extract: - @rm -fr ${WRKDIR} && \ + @${RM} -fr ${WRKDIR} && \ ${MKDIR} ${WRKDIR} && \ cd ${WRKDIR} && \ for file in ${DISTFILES}; do \ |