summaryrefslogtreecommitdiff
path: root/games/yahtzee
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-09-09 11:03:36 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-09-09 11:03:36 +0000
commit760254ff8ceb1bbf97c204004b415e4339d6d16e (patch)
tree31b72b729ece734b102692144935316eb73da7d8 /games/yahtzee
parentCorrectly remove directories on deinstall (diff)
Install setgid games
Notes
Notes: svn path=/head/; revision=32463
Diffstat (limited to 'games/yahtzee')
-rw-r--r--games/yahtzee/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/yahtzee/Makefile b/games/yahtzee/Makefile
index 26cf6e0207ce..dbeffb2ef690 100644
--- a/games/yahtzee/Makefile
+++ b/games/yahtzee/Makefile
@@ -20,9 +20,9 @@ WRKSRC= ${WRKDIR}/yahtzee
# Distribution does not include an install target. So here it is.
#
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/yahtzee ${PREFIX}/bin/
- ${MKDIR} -m 0777 ${PREFIX}/lib/yahtzee/
- ${INSTALL_DATA} -m 0777 /dev/null ${PREFIX}/lib/yahtzee/yahtzee.sco
+ ${INSTALL_PROGRAM} -m 2755 -o root -g games ${WRKSRC}/yahtzee ${PREFIX}/bin/
+ ${MKDIR} -m 0755 ${PREFIX}/lib/yahtzee/
+ ${INSTALL_DATA} -m 0664 -o root -g games /dev/null ${PREFIX}/lib/yahtzee/yahtzee.sco
.include <bsd.port.mk>