diff options
author | Juergen Lock <nox@FreeBSD.org> | 2008-09-18 21:13:50 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2008-09-18 21:13:50 +0000 |
commit | a7c8fda0a4c27c490340faaf56d0e346d96b51f1 (patch) | |
tree | 696142aa4178a117a1aedf7fdab822bd3f0fd32b /astro | |
parent | 721122239e83114b1b62695a0156c0ed8fff2878 (diff) | |
download | ports-a7c8fda0a4c27c490340faaf56d0e346d96b51f1.tar.gz ports-a7c8fda0a4c27c490340faaf56d0e346d96b51f1.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/google-earth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile index 6a5fe49e55b9..66191f3392be 100644 --- a/astro/google-earth/Makefile +++ b/astro/google-earth/Makefile @@ -7,6 +7,7 @@ PORTNAME= google-earth PORTVERSION= 4.3.7284.3916 +PORTREVISION= 1 CATEGORIES= astro deskutils geography MASTER_SITES= http://dl.google.com/earth/client/current/ DISTFILES= ${TARGET_DISTFILE} @@ -65,7 +66,7 @@ do-patch: do-build: @${SETENV} SETUP_INSTALLPATH=${DATADIR} ${WRKSRC}/postinstall.sh @cd ${WRKSRC} && ${RM} -rf setup.* preuninstall.sh postinstall.sh - @${CHOWN} -R ${SHAREDOWN}:${SHAREDGRP} ${WRKSRC} + @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC} do-install: ${MKDIR} ${DATADIR} |