aboutsummaryrefslogtreecommitdiff
path: root/games/cribbage
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-06-13 15:26:31 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-06-13 15:26:31 +0000
commitecce24742da534fe842bdcfab49e4cf14cae893b (patch)
tree34083b027a2731d61344619c34a25300293ec8a7 /games/cribbage
parentd531238a3760acdce31feccf1510a1203fe09be5 (diff)
downloadsrc-ecce24742da534fe842bdcfab49e4cf14cae893b.tar.gz
src-ecce24742da534fe842bdcfab49e4cf14cae893b.zip
Games ownership cleanup.
Urged by: bde
Notes
Notes: svn path=/head/; revision=78174
Diffstat (limited to 'games/cribbage')
-rw-r--r--games/cribbage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/cribbage/Makefile b/games/cribbage/Makefile
index 23458f70cfc7..896e3bf2692c 100644
--- a/games/cribbage/Makefile
+++ b/games/cribbage/Makefile
@@ -9,7 +9,7 @@ MAN= cribbage.6
HIDEGAME=hidegame
beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
+ ${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
${.CURDIR}/cribbage.n ${DESTDIR}${SHAREDIR}/games/cribbage.instr
.if !exists(${DESTDIR}/var/games/criblog)
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \