aboutsummaryrefslogtreecommitdiffstats
path: root/games/duel
diff options
context:
space:
mode:
Diffstat (limited to 'games/duel')
-rw-r--r--games/duel/Makefile1
-rw-r--r--games/duel/files/duel-sh.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/games/duel/Makefile b/games/duel/Makefile
index 02d80e97d5b3..d4381d9b1a8e 100644
--- a/games/duel/Makefile
+++ b/games/duel/Makefile
@@ -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}
diff --git a/games/duel/files/duel-sh.in b/games/duel/files/duel-sh.in
index a4b16f177e54..ef7ae296f1c6 100644
--- a/games/duel/files/duel-sh.in
+++ b/games/duel/files/duel-sh.in
@@ -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 "$@"