diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-12-13 03:07:54 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-12-13 03:07:54 +0000 |
commit | b08b3adadb4be91fb2cff06282e38d4fc30df5a9 (patch) | |
tree | 8a1eb80eb5c678eac430a783e2f0642abbc08d0f | |
parent | a5dee637fa6cc61f168c5543d5b5c997a41e9879 (diff) | |
download | freebsd-ports-b08b3adadb4be91fb2cff06282e38d4fc30df5a9.zip |
/dev/joy0 -c must be -c /dev/joy0
-rw-r--r-- | games/linuxdoom/pkg-install.in | 2 |
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 |