aboutsummaryrefslogtreecommitdiff
path: root/games/linuxdoom
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-12-13 03:07:54 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-12-13 03:07:54 +0000
commitb08b3adadb4be91fb2cff06282e38d4fc30df5a9 (patch)
tree8a1eb80eb5c678eac430a783e2f0642abbc08d0f /games/linuxdoom
parenta5dee637fa6cc61f168c5543d5b5c997a41e9879 (diff)
downloadports-b08b3adadb4be91fb2cff06282e38d4fc30df5a9.tar.gz
ports-b08b3adadb4be91fb2cff06282e38d4fc30df5a9.zip
/dev/joy0 -c must be -c /dev/joy0
Notes
Notes: svn path=/head/; revision=4966
Diffstat (limited to 'games/linuxdoom')
-rw-r--r--games/linuxdoom/pkg-install.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linuxdoom/pkg-install.in b/games/linuxdoom/pkg-install.in
index bd491da13618..416787912221 100644
--- a/games/linuxdoom/pkg-install.in
+++ b/games/linuxdoom/pkg-install.in
@@ -5,5 +5,5 @@ fi
cat <<End_Of_Comment
If you want to use a joystick, you'll need a kernel
with joystick support. Then you can calibrate it
-with @PREFIX@/libexec/doom/joystick4doom /dev/joy0 -c
+with @PREFIX@/libexec/doom/joystick4doom -c /dev/joy0
End_Of_Comment