Use ${ECHO_CMD} rather than ${ECHO}

This commit is contained in:
Jean-Yves Lefort 2005-08-28 13:43:56 +00:00
parent 0e86f6a030
commit 403e5c37c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141122
2 changed files with 4 additions and 4 deletions

View file

@ -37,8 +37,8 @@ do-extract:
do-build:
.for f in et etded
@${ECHO} '#!/bin/sh' > ${WRKSRC}/${f}-fortress
@${ECHO} 'exec ${PREFIX}/bin/${f} +set fs_game etf "$$@"' >> ${WRKSRC}/${f}-fortress
@${ECHO_CMD} '#!/bin/sh' > ${WRKSRC}/${f}-fortress
@${ECHO_CMD} 'exec ${PREFIX}/bin/${f} +set fs_game etf "$$@"' >> ${WRKSRC}/${f}-fortress
.endfor
do-install:

View file

@ -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: