aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-12-13 11:07:54 +0800
committerache <ache@FreeBSD.org>1996-12-13 11:07:54 +0800
commit044d179f5b67e308427abd47b12e6b98182dc9f4 (patch)
treee80af1302bf99332cce6f21703f921d8804ae1e8 /games
parente1bfe1a465a80b9524600f578f541994dbe2304c (diff)
downloadfreebsd-ports-gnome-044d179f5b67e308427abd47b12e6b98182dc9f4.tar.gz
freebsd-ports-gnome-044d179f5b67e308427abd47b12e6b98182dc9f4.tar.zst
freebsd-ports-gnome-044d179f5b67e308427abd47b12e6b98182dc9f4.zip
/dev/joy0 -c must be -c /dev/joy0
Diffstat (limited to 'games')
-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