summaryrefslogtreecommitdiff
path: root/games/xinvaders/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 10:53:27 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 10:53:27 +0000
commitbc07afc1c299155a3451d285f1e3c862af0c8e83 (patch)
tree1fecad8c5762f1c1f723e927775d4b37b5a0f7d9 /games/xinvaders/Makefile
parentUse ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; (diff)
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
Notes
Notes: svn path=/head/; revision=53954
Diffstat (limited to '')
-rw-r--r--games/xinvaders/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xinvaders/Makefile b/games/xinvaders/Makefile
index 9acaa68c9367..2f945e128507 100644
--- a/games/xinvaders/Makefile
+++ b/games/xinvaders/Makefile
@@ -29,7 +29,7 @@ MAN6= xinvaders.6
post-install:
${INSTALL_DATA} ${FILESDIR}/Vaders.ad ${PREFIX}/lib/X11/app-defaults/Vaders
@${MKDIR} ${PREFIX}/share/xinvaders
- @${ECHO} '0' > ${PREFIX}/share/xinvaders/xinvaders.scores
+ @${ECHO_CMD} '0' > ${PREFIX}/share/xinvaders/xinvaders.scores
@${CHOWN} root:games ${PREFIX}/bin/xinvaders
@${CHMOD} 2555 ${PREFIX}/bin/xinvaders
@${CHOWN} root:games ${PREFIX}/share/xinvaders/xinvaders.scores