Explain how to use joysticks.
This commit is contained in:
parent
f52cd3aa81
commit
ce8e29cfa9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155240
2 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
|
6
games/linux-x-plane/pkg-message
Normal file
6
games/linux-x-plane/pkg-message
Normal file
|
@ -0,0 +1,6 @@
|
|||
===============================================================================
|
||||
|
||||
If you want to use your analog joystick(s) with X-Plane, install the
|
||||
devel/linux-js port.
|
||||
|
||||
===============================================================================
|
Loading…
Reference in a new issue