diff options
Diffstat (limited to 'games/linux-x-plane-net-installer/Makefile')
-rw-r--r-- | games/linux-x-plane-net-installer/Makefile | 7 |
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> |