diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-01-20 19:02:42 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-01-20 19:02:42 +0800 |
commit | e86f98859659292a37195d56be41672246bf3e81 (patch) | |
tree | d37ec119332a818c353ce0fbd4606564d33ff227 | |
parent | 08d62e5d83bcbb700e6e626276fee4a53c1e0d2f (diff) | |
download | freebsd-ports-gnome-e86f98859659292a37195d56be41672246bf3e81.tar.gz freebsd-ports-gnome-e86f98859659292a37195d56be41672246bf3e81.tar.zst freebsd-ports-gnome-e86f98859659292a37195d56be41672246bf3e81.zip |
Install typespeed binary setgid games instead of setgid wheel. setgid games is
required to write high scores into /var/games/typespeed.
Notified by: kris
-rw-r--r-- | games/typespeed/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/typespeed/Makefile b/games/typespeed/Makefile index bb88f14e2a50..593bf52a458e 100644 --- a/games/typespeed/Makefile +++ b/games/typespeed/Makefile @@ -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 |