summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretheisen <etheisen@cvs.openbsd.org>1997-01-03 03:04:01 +0000
committeretheisen <etheisen@cvs.openbsd.org>1997-01-03 03:04:01 +0000
commit3b822af581c58377ccf9521163ac93f50448deb1 (patch)
tree35c5b4441a0b494aa35b367e361794b3df3cc094
parentf9c0227c018544252f9f7db23a49d02c2e47a6c0 (diff)
root NOT games.
-rw-r--r--games/hack/Makefile6
-rw-r--r--games/phantasia/Makefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile
index f65bfd749e6..f6deec20db1 100644
--- a/games/hack/Makefile
+++ b/games/hack/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 1996/12/08 15:36:16 downsj Exp $
+# $OpenBSD: Makefile,v 1.5 1997/01/03 03:03:59 etheisen Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= hack
@@ -30,9 +30,9 @@ makedefs: makedefs.c
${HOSTCC} ${CFLAGS} ${LDFLAGS} ${LDSTATIC} -o ${.TARGET} ${.CURDIR}/${.PREFIX}.c ${LDADD}
beforeinstall:
- ${INSTALL} ${COPY} -o games -g games -m 600 /dev/null \
+ ${INSTALL} ${COPY} -o root -g games -m 600 /dev/null \
${DESTDIR}/var/games/hackdir/perm
- ${INSTALL} ${COPY} -o games -g games -m 600 /dev/null \
+ ${INSTALL} ${COPY} -o root -g games -m 600 /dev/null \
${DESTDIR}/var/games/hackdir/record
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/help \
${.CURDIR}/hh ${.CURDIR}/data ${DESTDIR}/var/games/hackdir
diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile
index f369f415fa9..cb79d39a171 100644
--- a/games/phantasia/Makefile
+++ b/games/phantasia/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 1996/10/12 21:27:50 niklas Exp $
+# $OpenBSD: Makefile,v 1.6 1997/01/03 03:04:00 etheisen Exp $
# $NetBSD: Makefile,v 1.4 1995/03/24 03:58:22 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
@@ -24,7 +24,7 @@ setup: phantglobs.o.bld setup.o monsters.asc ${LIBM}
beforeinstall:
./setup -m ${.CURDIR}/monsters.asc
- chown games.bin ${DESTDIR}/var/games/phantasia/*
+ chown root.bin ${DESTDIR}/var/games/phantasia/*
# Make Phantasia map. Change the map commands reflect your installation.
# PLOTDEVICE is used for plotting the map. Change as appropriate.