aboutsummaryrefslogtreecommitdiff
path: root/games/linux-quake3
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-03-05 09:33:03 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-03-05 09:33:03 +0000
commitf5a409d7cb404df3af994e00fa07c42dc7e6ded9 (patch)
treebffbc030948ccfea7f0d8d892e62532c5c0348ea /games/linux-quake3
parentc2f3620070bd4c5ef012b8826fab66ba9cdcb89f (diff)
downloadports-f5a409d7cb404df3af994e00fa07c42dc7e6ded9.tar.gz
ports-f5a409d7cb404df3af994e00fa07c42dc7e6ded9.zip
- Fix wrapper scripts ignoring additional arguments.
Reported by: Lutz Boehne <lboehne@damogran.de> (with patch)
Notes
Notes: svn path=/head/; revision=186568
Diffstat (limited to 'games/linux-quake3')
-rw-r--r--games/linux-quake3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-quake3/Makefile b/games/linux-quake3/Makefile
index caa1d3878700..d37e39c2b377 100644
--- a/games/linux-quake3/Makefile
+++ b/games/linux-quake3/Makefile
@@ -86,7 +86,7 @@ do-build:
.for f in ${PROGS}
@(${ECHO_CMD} "#!${SH}"; \
${ECHO_CMD} "cd ${DATADIR} || exit 1"; \
- ${ECHO_CMD} "exec ${LIBDIR}/${f:R} \"$$@\"") > ${WRKDIR}/${f:R}
+ ${ECHO_CMD} 'exec ${LIBDIR}/${f:R} "$$@"') > ${WRKDIR}/${f:R}
.endfor
do-install: