summaryrefslogtreecommitdiffstats
path: root/games/quiz/Makefile
diff options
context:
space:
mode:
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 8044644..fabca7f 100644
--- a/games/quiz/Makefile
+++ b/games/quiz/Makefile
@@ -10,7 +10,7 @@ CATS= africa america areas arith asia babies bard chinese collectives \
HIDEGAME=hidegame
beforeinstall:
- (cd ${.CURDIR}/datfiles; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${CATS} ${DESTDIR}/usr/share/games/quiz.db)
+ (cd ${.CURDIR}/datfiles; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \
+ -m 444 ${CATS} ${DESTDIR}/usr/share/games/quiz.db)
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud