diff options
author | flz <flz@FreeBSD.org> | 2006-07-10 19:02:08 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2006-07-10 19:02:08 +0800 |
commit | 302e81282a1e711dbad54d073e7a9dbe6e35867a (patch) | |
tree | 7290b34f3b426f3bce3ce941a51b820691b3b323 /astro/google-earth/Makefile | |
parent | 28e1cd7ec1969e2cf8dba0290fc2bcd17776ff1b (diff) | |
download | freebsd-ports-gnome-302e81282a1e711dbad54d073e7a9dbe6e35867a.tar.gz freebsd-ports-gnome-302e81282a1e711dbad54d073e7a9dbe6e35867a.tar.zst freebsd-ports-gnome-302e81282a1e711dbad54d073e7a9dbe6e35867a.zip |
Update to 4.0.1660.
PR: ports/99984
Reported by: Jean-Baptiste Quenot <jbq@caraldi.com>
Diffstat (limited to 'astro/google-earth/Makefile')
-rw-r--r-- | astro/google-earth/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile index 469ecb001972..7204c2efafda 100644 --- a/astro/google-earth/Makefile +++ b/astro/google-earth/Makefile @@ -6,10 +6,9 @@ # PORTNAME= google-earth -PORTVERSION= 4 -PORTREVISION= 1 +PORTVERSION= 4.0.1660 CATEGORIES= astro deskutils -MASTER_SITES= http://dl.google.com/earth/GE${PORTVERSION}/ +MASTER_SITES= http://dl.google.com/earth/GE${PORTVERSION:C/\..*//g}/ DISTFILES= GoogleEarthLinux.bin EXTRACT_ONLY= # none @@ -21,6 +20,8 @@ RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info RESTRICTED= Not sure about redistribution rights +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\..*//g}/ + USE_LINUX= yes USE_GNOME= desktopfileutils |