summaryrefslogtreecommitdiff
path: root/games/golddig
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 /games/golddig
parentActivate icqnix. (diff)
expr -> ${EXPR}
mv -> ${MV} rm -> ${RM} tr -> ${TR}
Notes
Notes: svn path=/head/; revision=21051
Diffstat (limited to 'games/golddig')
-rw-r--r--games/golddig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/golddig/Makefile b/games/golddig/Makefile
index c5920fea6a9d..41eb0d87323e 100644
--- a/games/golddig/Makefile
+++ b/games/golddig/Makefile
@@ -20,7 +20,7 @@ MAN6= golddig.6
pre-patch:
@(cd ${WRKSRC}; for i in 245 244 246 247; do \
${AWK} '{if (/^#!/) x++} {if(x) print $$0'} $$i| /bin/sh; \
- done; mv golddig2/* .)
+ done; ${MV} golddig2/* .)
pre-install:
@${MKDIR} ${PREFIX}/bin