summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fortune/datfiles/Makefile3
-rw-r--r--hack/Makefile4
-rw-r--r--quiz/Makefile3
3 files changed, 3 insertions, 7 deletions
diff --git a/fortune/datfiles/Makefile b/fortune/datfiles/Makefile
index c935ee1f..d92f8ba4 100644
--- a/fortune/datfiles/Makefile
+++ b/fortune/datfiles/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.2 (Berkeley) 5/6/91
-# $Id: Makefile,v 1.9 1994/01/24 18:46:59 cgd Exp $
+# $Id: Makefile,v 1.10 1994/02/10 02:31:32 cgd Exp $
#
# set `OBSCENE' to "real" to have obscene fortunes installed,
@@ -20,7 +20,6 @@ STRFILE!=cd $(.CURDIR)/../strfile; \
all: ${DATFILES}
install:
- @install -d -o root -g wheel -m 755 ${DESTDIR}/usr/share/games/fortune
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${DATFILES} \
${DESTDIR}/usr/share/games/fortune
(cd ${.CURDIR} && install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
diff --git a/hack/Makefile b/hack/Makefile
index 5c6aa7ce..bd75d140 100644
--- a/hack/Makefile
+++ b/hack/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.10 (Berkeley) 12/8/90
-# $Id: Makefile,v 1.12 1994/01/04 21:41:07 pk Exp $
+# $Id: Makefile,v 1.13 1994/02/10 02:31:35 cgd Exp $
PROG= hack
CFLAGS+=-I.
@@ -30,8 +30,6 @@ makedefs: makedefs.c
${CC} ${CFLAGS} ${LDFLAGS} ${LDSTATIC} -o ${.TARGET} ${.CURDIR}/${.PREFIX}.c ${LDADD}
beforeinstall:
- install -d -m 755 -o games -g games ${DESTDIR}/var/games/hackdir
- install -d -m 700 -o games -g games ${DESTDIR}/var/games/hackdir/save
install -c -o games -g games -m 600 /dev/null \
${DESTDIR}/var/games/hackdir/perm
install -c -o games -g games -m 600 /dev/null \
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)