diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-02-05 11:42:34 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-02-05 11:42:34 +0800 |
commit | c32b372dd425ed4c467cb99b565900c477a99976 (patch) | |
tree | 0ddb5d49bffe96ab47cf327c4bc8a15561a00976 /games/linux-x-plane | |
parent | 042291f1a31575b6912c18b3bef373c0bb356222 (diff) | |
download | freebsd-ports-gnome-c32b372dd425ed4c467cb99b565900c477a99976.tar.gz freebsd-ports-gnome-c32b372dd425ed4c467cb99b565900c477a99976.tar.zst freebsd-ports-gnome-c32b372dd425ed4c467cb99b565900c477a99976.zip |
Explain how to use joysticks.
Diffstat (limited to 'games/linux-x-plane')
-rw-r--r-- | games/linux-x-plane/Makefile | 3 | ||||
-rw-r--r-- | games/linux-x-plane/pkg-message | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/games/linux-x-plane/Makefile b/games/linux-x-plane/Makefile index 46cc3ec4664e..39b437494e15 100644 --- a/games/linux-x-plane/Makefile +++ b/games/linux-x-plane/Makefile @@ -161,4 +161,7 @@ do-install: cd ${WRKSRC} && ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${XDIR}/{}" \; cd ${WRKSRC}/.programs && ${FIND} * -type f -exec ${INSTALL_PROGRAM} "{}" "${XDIR}/{}" \; +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.post.mk> diff --git a/games/linux-x-plane/pkg-message b/games/linux-x-plane/pkg-message new file mode 100644 index 000000000000..9c70ddf5c1b7 --- /dev/null +++ b/games/linux-x-plane/pkg-message @@ -0,0 +1,6 @@ +=============================================================================== + +If you want to use your analog joystick(s) with X-Plane, install the +devel/linux-js port. + +=============================================================================== |