diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 10:42:41 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 10:42:41 +0800 |
commit | 54a9de1bc46c49543c5fc07b6128d0f18b5c4023 (patch) | |
tree | 63ca8b1b366b8d64e4d645959252f91f9d55ab5f /korean | |
parent | 929e461fb30940a507219f54c08472fb7347d37a (diff) | |
download | freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.gz freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.zst freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.zip |
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
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 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 \ |