From a7c8fda0a4c27c490340faaf56d0e346d96b51f1 Mon Sep 17 00:00:00 2001 From: Juergen Lock Date: Thu, 18 Sep 2008 21:13:50 +0000 Subject: Fix a typo which causes files not to be owned by root:wheel PR: ports/127470 Submitted by: Shane Bell Approved by: portmgr (linimon) --- astro/google-earth/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'astro') 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} -- cgit v1.2.3