diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
commit | 54a9de1bc46c49543c5fc07b6128d0f18b5c4023 (patch) | |
tree | 63ca8b1b366b8d64e4d645959252f91f9d55ab5f /games/xjewel | |
parent | 929e461fb30940a507219f54c08472fb7347d37a (diff) | |
download | FreeBSD-ports-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.zip FreeBSD-ports-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.gz |
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
Diffstat (limited to 'games/xjewel')
-rw-r--r-- | games/xjewel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile index 052b549f..a766146 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; \ |