summaryrefslogtreecommitdiffstats
path: root/quiz
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1996-10-18 02:48:24 +0000
committerthorpej <thorpej@NetBSD.org>1996-10-18 02:48:24 +0000
commite47c09cdd67928e9609e0a298f2573406339e088 (patch)
tree2cf48738a8b1b68ba0df086c3c63902aa4391e64 /quiz
parentd699982161fcf04c378aee3bd4f787d410ff6ff1 (diff)
downloadbsdgames-darwin-e47c09cdd67928e9609e0a298f2573406339e088.tar.gz
bsdgames-darwin-e47c09cdd67928e9609e0a298f2573406339e088.tar.zst
bsdgames-darwin-e47c09cdd67928e9609e0a298f2573406339e088.zip
Use ${INSTALL}.
Diffstat (limited to 'quiz')
-rw-r--r--quiz/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/quiz/Makefile b/quiz/Makefile
index e280e649..05d0baf3 100644
--- a/quiz/Makefile
+++ b/quiz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1995/05/11 22:00:50 cgd Exp $
+# $NetBSD: Makefile,v 1.10 1996/10/18 02:49:35 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= quiz
@@ -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 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>