root NOT games.
authoretheisen <etheisen@openbsd.org>
Fri, 3 Jan 1997 03:03:59 +0000 (03:03 +0000)
committeretheisen <etheisen@openbsd.org>
Fri, 3 Jan 1997 03:03:59 +0000 (03:03 +0000)
games/hack/Makefile
games/phantasia/Makefile

index f65bfd7..f6deec2 100644 (file)
@@ -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
index f369f41..cb79d39 100644 (file)
@@ -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.