summaryrefslogtreecommitdiff
path: root/games/xjewel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xjewel/Makefile')
-rw-r--r--games/xjewel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile
index 052b549f711d..a766146907a7 100644
--- a/games/xjewel/Makefile
+++ b/games/xjewel/Makefile
@@ -24,7 +24,7 @@ pre-install:
${PREFIX}/lib/X11/xjewel)
post-install:
- @(mv ${PREFIX}/bin/xjewel ${PREFIX}/bin/xjewel_; \
+ @(${MV} ${PREFIX}/bin/xjewel ${PREFIX}/bin/xjewel_; \
$(ECHO) "#!/bin/sh" >${PREFIX}/bin/xjewel; \
$(ECHO) "xset +fp ${PREFIX}/lib/X11/xjewel" >>${PREFIX}/bin/xjewel; \
$(ECHO) "${PREFIX}/bin/xjewel_" >>${PREFIX}/bin/xjewel; \