From fc97806568815136a365483648eba3c145abc4ec Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sun, 2 May 2004 05:40:34 +0000 Subject: [PATCH] Allow non-root/non-wheel users to access tuxracer data files. PR: ports/66155 Submitted by: Jonathan --- games/etuxracer/Makefile | 4 ++-- games/tuxracer-commercial/Makefile | 4 ++-- games/tuxracer/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/games/etuxracer/Makefile b/games/etuxracer/Makefile index 583eaa7a0c26..f26fee32715d 100644 --- a/games/etuxracer/Makefile +++ b/games/etuxracer/Makefile @@ -20,7 +20,7 @@ COMMENT= A 3d penguin racing game using OpenGL LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 USE_SDL= mixer sdl -USE_MESA= yes +USE_GL= yes USE_GMAKE= yes USE_AUTOMAKE_VER= 14 AUTOMAKE_ARGS= -a @@ -40,7 +40,7 @@ post-extract: post-install: ${MKDIR} ${DATADIR} - (cd ${WORKDATA} && ${TAR} -c -f - *) | \ + (${CHMOD} -R o+r ${WORKDATA} && cd ${WORKDATA} && ${TAR} -c -f - *) | \ (cd ${DATADIR} && ${TAR} -x -f - ) .include diff --git a/games/tuxracer-commercial/Makefile b/games/tuxracer-commercial/Makefile index 583eaa7a0c26..f26fee32715d 100644 --- a/games/tuxracer-commercial/Makefile +++ b/games/tuxracer-commercial/Makefile @@ -20,7 +20,7 @@ COMMENT= A 3d penguin racing game using OpenGL LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 USE_SDL= mixer sdl -USE_MESA= yes +USE_GL= yes USE_GMAKE= yes USE_AUTOMAKE_VER= 14 AUTOMAKE_ARGS= -a @@ -40,7 +40,7 @@ post-extract: post-install: ${MKDIR} ${DATADIR} - (cd ${WORKDATA} && ${TAR} -c -f - *) | \ + (${CHMOD} -R o+r ${WORKDATA} && cd ${WORKDATA} && ${TAR} -c -f - *) | \ (cd ${DATADIR} && ${TAR} -x -f - ) .include diff --git a/games/tuxracer/Makefile b/games/tuxracer/Makefile index 583eaa7a0c26..f26fee32715d 100644 --- a/games/tuxracer/Makefile +++ b/games/tuxracer/Makefile @@ -20,7 +20,7 @@ COMMENT= A 3d penguin racing game using OpenGL LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 USE_SDL= mixer sdl -USE_MESA= yes +USE_GL= yes USE_GMAKE= yes USE_AUTOMAKE_VER= 14 AUTOMAKE_ARGS= -a @@ -40,7 +40,7 @@ post-extract: post-install: ${MKDIR} ${DATADIR} - (cd ${WORKDATA} && ${TAR} -c -f - *) | \ + (${CHMOD} -R o+r ${WORKDATA} && cd ${WORKDATA} && ${TAR} -c -f - *) | \ (cd ${DATADIR} && ${TAR} -x -f - ) .include