diff options
author | nox <nox@FreeBSD.org> | 2008-09-19 05:13:50 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2008-09-19 05:13:50 +0800 |
commit | 22c6f75fcc2735187eac71cf6ed9bd8cf70110ef (patch) | |
tree | 53698ff40b407aedc6d1d75e4eb7a2214b1f4fa8 /astro | |
parent | 158b40792cced0e1ae221d314c08430f99d0c9eb (diff) | |
download | freebsd-ports-gnome-22c6f75fcc2735187eac71cf6ed9bd8cf70110ef.tar.gz freebsd-ports-gnome-22c6f75fcc2735187eac71cf6ed9bd8cf70110ef.tar.zst freebsd-ports-gnome-22c6f75fcc2735187eac71cf6ed9bd8cf70110ef.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)
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} |