diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-02-05 03:42:34 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-02-05 03:42:34 +0000 |
commit | ce8e29cfa9b59bb6845d0eb6f26d15a51bc01e44 (patch) | |
tree | ca4baa8eedbc003875434055c822bc80021b5358 | |
parent | Add linux-js. (diff) |
Explain how to use joysticks.
Notes
Notes:
svn path=/head/; revision=155240
-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. + +=============================================================================== |