diff options
author | ru <ru@FreeBSD.org> | 2001-06-13 15:26:31 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-06-13 15:26:31 +0000 |
commit | 8766a6714bbf88d56da78f83f9f58ecf330bf5a5 (patch) | |
tree | 34083b027a2731d61344619c34a25300293ec8a7 /games/cribbage | |
parent | 3f6f32f534fad516fc45a07ea46537dd6cfcb8d6 (diff) | |
download | FreeBSD-src-8766a6714bbf88d56da78f83f9f58ecf330bf5a5.zip FreeBSD-src-8766a6714bbf88d56da78f83f9f58ecf330bf5a5.tar.gz |
Games ownership cleanup.
Urged by: bde
Diffstat (limited to 'games/cribbage')
-rw-r--r-- | games/cribbage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/cribbage/Makefile b/games/cribbage/Makefile index 23458f7..896e3bf 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 \ |