Install typespeed binary setgid games instead of setgid wheel. setgid games is
required to write high scores into /var/games/typespeed. Notified by: kris
This commit is contained in:
parent
53744f7505
commit
00e46890c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182855
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= typespeed
|
||||
PORTVERSION= 0.5.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://tobias.eyedacor.org/typespeed/ \
|
||||
http://critical.ch/distfiles/ \
|
||||
|
@ -50,7 +51,7 @@ do-build:
|
|||
-o ${WRKSRC}/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} -m 2555 ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} -g games -m 2555 ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/convert ${PREFIX}/bin/${PORTNAME}-hs-conv
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${MANPREFIX}/man/man1/${MAN1}
|
||||
${INSTALL_DATA} ${WRKSRC}/typespeedrc ${PREFIX}/etc/typespeedrc.dist
|
||||
|
|
Loading…
Reference in a new issue