- Fix wrapper scripts so it passes its arguments to the real executable

PR:		ports/86476
Submitted by:	Alejandro Pulver <alejandro@varnet.biz> (maintainer)
This commit is contained in:
Pav Lucistnik 2005-09-23 20:02:14 +00:00
parent 1d2479534e
commit 565ce2ac10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143457
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= duel
PORTVERSION= 0.98
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.personal.rdg.ac.uk/~sir03me/
DISTNAME= lin${PORTNAME}

View file

@ -18,4 +18,4 @@ find * -type f -exec ln -s %%DATADIR%%/{} ~/.duel/{} \; 2>/dev/null || exit 1
cd ~/.duel || exit 1
exec %%PREFIX%%/libexec/duel
exec %%PREFIX%%/libexec/duel "$@"