diff options
-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. + +=============================================================================== |