ports/127470: [PATCH] astro/google-earth, fix file ownership
Shane Bell
decept0 at gmail.com
Thu Sep 18 13:50:02 UTC 2008
>Number: 127470
>Category: ports
>Synopsis: [PATCH] astro/google-earth, fix file ownership
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Sep 18 13:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Shane Bell
>Release:
>Organization:
>Environment:
>Description:
Fix a typo which causes files not to be owned by root:wheel
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN /usr/ports/astro/google-earth/Makefile google-earth/Makefile
--- /usr/ports/astro/google-earth/Makefile 2008-07-13 14:20:29.000000000 +1200
+++ google-earth/Makefile 2008-09-19 01:35:34.000000000 +1200
@@ -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-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}
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list