aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-06-23 07:09:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-06-23 07:09:57 +0000
commit05422fd6517f503147e442efc9f703c1e592d6bf (patch)
tree627e59cacacc004136cc757b12ed601b59e00721 /astro
parent4b1ff6c288631c056ac410d13379a6bb484aee78 (diff)
downloadports-05422fd6517f503147e442efc9f703c1e592d6bf.tar.gz
ports-05422fd6517f503147e442efc9f703c1e592d6bf.zip
Prefer relative links to make packages more relocation friendly
Notes
Notes: svn path=/head/; revision=417348
Diffstat (limited to 'astro')
-rw-r--r--astro/google-earth/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile
index 9b7a6335cd78..c51dd32bdc89 100644
--- a/astro/google-earth/Makefile
+++ b/astro/google-earth/Makefile
@@ -2,7 +2,7 @@
PORTNAME= google-earth
PORTVERSION= 6.0.3.2197
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 3
CATEGORIES= astro deskutils geography
MASTER_SITES= http://dl.google.com/earth/client/advanced/previous/:previous \
@@ -75,7 +75,7 @@ do-install:
${STAGEDIR}${DATADIR}/googleearth.desktop
${INSTALL_SCRIPT} ${FILESDIR}/browserwrapper \
${STAGEDIR}${DATADIR}/bin/
- ${LN} -sf ${DATADIR}/bin/googleearth \
+ ${LN} -sf ../${DATADIR_REL}/bin/googleearth \
${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>