aboutsummaryrefslogtreecommitdiff
path: root/games/linux-x-plane-net-installer/Makefile
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/linux-x-plane-net-installer/Makefile
parent495c3da815707f35caaa59d2d7a6e341fe7b2425 (diff)
downloadports-661d5b31a703ceeda783413700cc148286a8d6b0.tar.gz
ports-661d5b31a703ceeda783413700cc148286a8d6b0.zip
Notes
Diffstat (limited to 'games/linux-x-plane-net-installer/Makefile')
-rw-r--r--games/linux-x-plane-net-installer/Makefile7
1 files changed, 5 insertions, 2 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>