summaryrefslogtreecommitdiffstats
path: root/quiz
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1994-02-10 02:31:32 +0000
committercgd <cgd@NetBSD.org>1994-02-10 02:31:32 +0000
commitf4887fe63c4047da335a2b231e783554cde4ceff (patch)
treedf3960b5f9a980364da8f34cf300ec7fdfa75436 /quiz
parentecc7014ce3f5e865059d6ee312a525d494e437f6 (diff)
downloadbsdgames-darwin-f4887fe63c4047da335a2b231e783554cde4ceff.tar.gz
bsdgames-darwin-f4887fe63c4047da335a2b231e783554cde4ceff.tar.zst
bsdgames-darwin-f4887fe63c4047da335a2b231e783554cde4ceff.zip
kiil bogus install -d's
Diffstat (limited to 'quiz')
-rw-r--r--quiz/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/quiz/Makefile b/quiz/Makefile
index f845f716..54eef386 100644
--- a/quiz/Makefile
+++ b/quiz/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.1 (Berkeley) 11/10/91
-# $Id: Makefile,v 1.4 1993/10/01 00:02:17 jtc Exp $
+# $Id: Makefile,v 1.5 1994/02/10 02:31:38 cgd Exp $
PROG= quiz
MAN6= quiz.0
@@ -11,7 +11,6 @@ CATS= africa america areas arith asia babies bard chinese collectives \
HIDEGAME=hidegame
beforeinstall:
- @install -d -o root -g wheel -m 755 ${DESTDIR}/usr/share/games/quiz.db
(cd ${.CURDIR}/datfiles; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${CATS} ${DESTDIR}/usr/share/games/quiz.db)