diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-09-09 11:03:36 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-09-09 11:03:36 +0000 |
commit | 760254ff8ceb1bbf97c204004b415e4339d6d16e (patch) | |
tree | 31b72b729ece734b102692144935316eb73da7d8 /games/yahtzee | |
parent | 747450cc2c8450e77a7605012b684b0b8dc8fb9b (diff) | |
download | ports-760254ff8ceb1bbf97c204004b415e4339d6d16e.tar.gz ports-760254ff8ceb1bbf97c204004b415e4339d6d16e.zip |
Install setgid games
Notes
Notes:
svn path=/head/; revision=32463
Diffstat (limited to 'games/yahtzee')
-rw-r--r-- | games/yahtzee/Makefile | 6 |
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> |