aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2006-02-10 02:37:18 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2006-02-10 02:37:18 +0000
commit661d5b31a703ceeda783413700cc148286a8d6b0 (patch)
treeb128565cc4ce5b687334a444b6dbb70e2c11016b /games
parent495c3da815707f35caaa59d2d7a6e341fe7b2425 (diff)
downloadports-661d5b31a703ceeda783413700cc148286a8d6b0.tar.gz
ports-661d5b31a703ceeda783413700cc148286a8d6b0.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/linux-x-plane-net-installer/Makefile7
-rw-r--r--games/linux-x-plane-net-installer/distinfo6
-rw-r--r--games/linux-x-plane-net-installer/pkg-message9
3 files changed, 17 insertions, 5 deletions
diff --git a/games/linux-x-plane-net-installer/Makefile b/games/linux-x-plane-net-installer/Makefile
index ddf72eec8fc6..63f88c9185cb 100644
--- a/games/linux-x-plane-net-installer/Makefile
+++ b/games/linux-x-plane-net-installer/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= linux-x-plane-net-installer
-PORTVERSION= 1.03
+PORTVERSION= 1.07
CATEGORIES= games linux
-MASTER_SITES= http://dev.x-plane.com/installer/${PORTVERSION}-lin1/
+MASTER_SITES= http://dev.x-plane.com/installer/${PORTVERSION}/
DISTFILES= X-Plane-Net-Install.gz
MAINTAINER= jylefort@FreeBSD.org
@@ -45,4 +45,7 @@ do-extract:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/X-Plane-Net-Install ${PREFIX}/bin
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.post.mk>
diff --git a/games/linux-x-plane-net-installer/distinfo b/games/linux-x-plane-net-installer/distinfo
index 6d133d4281c0..3cf41f894ba7 100644
--- a/games/linux-x-plane-net-installer/distinfo
+++ b/games/linux-x-plane-net-installer/distinfo
@@ -1,3 +1,3 @@
-MD5 (X-Plane-Net-Install.gz) = db7a3dc12cd9dea2d6ccced9d175a5bb
-SHA256 (X-Plane-Net-Install.gz) = cb90449f8f80bde06c4b798802ac0533aeeb605c3428b21fd176e668f9a73a0e
-SIZE (X-Plane-Net-Install.gz) = 1869256
+MD5 (X-Plane-Net-Install.gz) = 5d8a5b24be554ded98a5813e9bee53a9
+SHA256 (X-Plane-Net-Install.gz) = e2d5ca4ae105f3af6d7899d87602f2f32a6556d110af3f5016c6833c226807db
+SIZE (X-Plane-Net-Install.gz) = 1908398
diff --git a/games/linux-x-plane-net-installer/pkg-message b/games/linux-x-plane-net-installer/pkg-message
new file mode 100644
index 000000000000..dfc93db6d380
--- /dev/null
+++ b/games/linux-x-plane-net-installer/pkg-message
@@ -0,0 +1,9 @@
+===============================================================================
+
+Because of a bug in the installer, you must create the destination directory
+manually before running the program, for instance:
+
+ mkdir ~/X-Plane
+ X-Plane-Net-Install
+
+===============================================================================