aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2008-09-18 21:13:50 +0000
committerJuergen Lock <nox@FreeBSD.org>2008-09-18 21:13:50 +0000
commita7c8fda0a4c27c490340faaf56d0e346d96b51f1 (patch)
tree696142aa4178a117a1aedf7fdab822bd3f0fd32b
parent721122239e83114b1b62695a0156c0ed8fff2878 (diff)
downloadports-a7c8fda0a4c27c490340faaf56d0e346d96b51f1.tar.gz
ports-a7c8fda0a4c27c490340faaf56d0e346d96b51f1.zip
Fix a typo which causes files not to be owned by root:wheel
PR: ports/127470 Submitted by: Shane Bell <decept0@gmail.com> Approved by: portmgr (linimon)
Notes
Notes: svn path=/head/; revision=220430
-rw-r--r--astro/google-earth/Makefile3
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}