summaryrefslogtreecommitdiffstats
path: root/games/quiz/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-06-13 15:26:31 +0000
committerru <ru@FreeBSD.org>2001-06-13 15:26:31 +0000
commit8766a6714bbf88d56da78f83f9f58ecf330bf5a5 (patch)
tree34083b027a2731d61344619c34a25300293ec8a7 /games/quiz/Makefile
parent3f6f32f534fad516fc45a07ea46537dd6cfcb8d6 (diff)
downloadFreeBSD-src-8766a6714bbf88d56da78f83f9f58ecf330bf5a5.zip
FreeBSD-src-8766a6714bbf88d56da78f83f9f58ecf330bf5a5.tar.gz
Games ownership cleanup.
Urged by: bde
Diffstat (limited to 'games/quiz/Makefile')
-rw-r--r--games/quiz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quiz/Makefile b/games/quiz/Makefile
index 45c69b2..7bd4d5c 100644
--- a/games/quiz/Makefile
+++ b/games/quiz/Makefile
@@ -11,7 +11,7 @@ CATS= africa america areas arith asia babies bard chinese collectives \
HIDEGAME=hidegame
beforeinstall:
- (cd ${.CURDIR}/datfiles; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \
- -m ${NOBINMODE} ${CATS} ${DESTDIR}${SHAREDIR}/games/quiz.db)
+ (cd ${.CURDIR}/datfiles; ${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} \
+ -m ${SHAREMODE} ${CATS} ${DESTDIR}${SHAREDIR}/games/quiz.db)
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud