summaryrefslogtreecommitdiff
path: root/japanese/gawk
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 02:42:41 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 02:42:41 +0000
commit3262cce303b354dfda0c0b11bbbda803a827665b (patch)
treec032983554a8629dd6dfa9af9f4d687c43e5ac6f /japanese/gawk
parentActivate icqnix. (diff)
expr -> ${EXPR}
mv -> ${MV} rm -> ${RM} tr -> ${TR}
Notes
Notes: svn path=/head/; revision=21051
Diffstat (limited to 'japanese/gawk')
-rw-r--r--japanese/gawk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/gawk/Makefile b/japanese/gawk/Makefile
index 59af0bfbce23..7136950c315e 100644
--- a/japanese/gawk/Makefile
+++ b/japanese/gawk/Makefile
@@ -40,7 +40,7 @@ pre-fetch:
done; \
for file in ${DISTPATCHES} ; do zcat $${file}; done | \
${SED} -e '1,/-----8</d' -e '/-----8</,/-----8</d' | uudecode; \
- rm -f ${DISTPATCHES};\
+ ${RM} -f ${DISTPATCHES};\
fi)
.endif