1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Allow non-root/non-wheel users to access tuxracer data files.

PR:		ports/66155
Submitted by:	Jonathan <j.e.drews@att.net>
This commit is contained in:
Adam Weinberger 2004-05-02 05:40:34 +00:00
parent b99634a9e9
commit fc97806568
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108133
3 changed files with 6 additions and 6 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -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 <bsd.port.mk>

View File

@ -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 <bsd.port.mk>