From 4ee2bd7866bcaa857224f4b0f0efdd91c7e2d0cd Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 23 Jun 1999 04:26:37 +0000 Subject: Create score files root:games rather than bin:{games,bin}. related-to-PR: bin/8440 Submitted by: Stephen J. Roznowski sjr@home.net --- games/hack/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games/hack/Makefile') diff --git a/games/hack/Makefile b/games/hack/Makefile index e85125c..9875900 100644 --- a/games/hack/Makefile +++ b/games/hack/Makefile @@ -29,13 +29,13 @@ makedefs: makedefs.o ${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC} beforeinstall: - ${INSTALL} -c -o bin -g bin -m ${NOBINMODE} /dev/null \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} /dev/null \ ${DESTDIR}/var/games/hackdir/perm - ${INSTALL} -c -o bin -g ${BINGRP} -m 460 /dev/null \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 460 /dev/null \ ${DESTDIR}/var/games/hackdir/record - ${INSTALL} -c -o bin -g ${BINGRP} -m 440 ${.CURDIR}/rumors \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 440 ${.CURDIR}/rumors \ ${DESTDIR}/var/games/hackdir/rumors - ${INSTALL} -c -o bin -g bin -m ${NOBINMODE} \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ ${.CURDIR}/help ${.CURDIR}/hh ${.CURDIR}/data \ ${DESTDIR}/var/games/hackdir rm -f ${DESTDIR}/var/games/hackdir/bones* \ -- cgit v1.1