aboutsummaryrefslogtreecommitdiff
path: root/games/linux-enemyterritory-tce
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-08-28 13:43:56 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-08-28 13:43:56 +0000
commit403e5c37c33bfc6a93b4e4b09fb5656ba173961a (patch)
tree1f4939458eaeb12a08e0b220db14ead2958e9316 /games/linux-enemyterritory-tce
parent0e86f6a030a5d325e5a4905cf3284fe8841d8680 (diff)
downloadports-403e5c37c33bfc6a93b4e4b09fb5656ba173961a.tar.gz
ports-403e5c37c33bfc6a93b4e4b09fb5656ba173961a.zip
Use ${ECHO_CMD} rather than ${ECHO}
Notes
Notes: svn path=/head/; revision=141122
Diffstat (limited to 'games/linux-enemyterritory-tce')
-rw-r--r--games/linux-enemyterritory-tce/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/linux-enemyterritory-tce/Makefile b/games/linux-enemyterritory-tce/Makefile
index cf51e33fe694..ae5ce67d27a9 100644
--- a/games/linux-enemyterritory-tce/Makefile
+++ b/games/linux-enemyterritory-tce/Makefile
@@ -34,8 +34,8 @@ ETDIR= ${PREFIX}/lib/enemyterritory
do-build:
.for f in et etded
- @${ECHO} '#!/bin/sh' > ${WRKSRC}/${f}-tce
- @${ECHO} 'exec ${PREFIX}/bin/${f} +set fs_game tcetest "$$@"' >> ${WRKSRC}/${f}-tce
+ @${ECHO_CMD} '#!/bin/sh' > ${WRKSRC}/${f}-tce
+ @${ECHO_CMD} 'exec ${PREFIX}/bin/${f} +set fs_game tcetest "$$@"' >> ${WRKSRC}/${f}-tce
.endfor
do-install: