From 8766a6714bbf88d56da78f83f9f58ecf330bf5a5 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 13 Jun 2001 15:26:31 +0000 Subject: Games ownership cleanup. Urged by: bde --- games/cribbage/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/cribbage') 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 \ -- cgit v1.1