From facc59a0573ce719647ddf52088ee8ee97a9a249 Mon Sep 17 00:00:00 2001 From: wosch Date: Sun, 9 Feb 1997 02:52:41 +0000 Subject: 444 -> ${NOBINMODE} /usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR} --- games/quiz/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/quiz/Makefile') diff --git a/games/quiz/Makefile b/games/quiz/Makefile index fabca7f..53cab32 100644 --- a/games/quiz/Makefile +++ b/games/quiz/Makefile @@ -11,6 +11,6 @@ HIDEGAME=hidegame beforeinstall: (cd ${.CURDIR}/datfiles; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \ - -m 444 ${CATS} ${DESTDIR}/usr/share/games/quiz.db) + -m ${NOBINMODE} ${CATS} ${DESTDIR}${SHAREDIR}/games/quiz.db) .include -- cgit v1.1