diff options
author | bapt <bapt@FreeBSD.org> | 2016-06-23 15:09:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-06-23 15:09:57 +0800 |
commit | cf2bbb4a33f9194c9d5726ec791b235e8c2d0119 (patch) | |
tree | 627e59cacacc004136cc757b12ed601b59e00721 /astro | |
parent | f522dfe669cf11f752ae963dbe12b4e3d4fbaa63 (diff) | |
download | freebsd-ports-gnome-cf2bbb4a33f9194c9d5726ec791b235e8c2d0119.tar.gz freebsd-ports-gnome-cf2bbb4a33f9194c9d5726ec791b235e8c2d0119.tar.zst freebsd-ports-gnome-cf2bbb4a33f9194c9d5726ec791b235e8c2d0119.zip |
Prefer relative links to make packages more relocation friendly
Diffstat (limited to 'astro')
-rw-r--r-- | astro/google-earth/Makefile | 4 |
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> |