diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-02-15 15:12:08 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-02-15 15:12:08 +0000 |
| commit | 5c0822d91159e3d6fd341b34f2227cf890c903b8 (patch) | |
| tree | aed71683ec7f8e1b1bba13cf04111fc29dc7041e /games/hack/Makefile | |
| parent | 2e5559a9ee38e868b66811766260bd966aa41746 (diff) | |
Notes
Diffstat (limited to 'games/hack/Makefile')
| -rw-r--r-- | games/hack/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile index 7187d783a26d..98ed82beb022 100644 --- a/games/hack/Makefile +++ b/games/hack/Makefile @@ -29,14 +29,16 @@ makedefs: makedefs.c ${CC} ${CFLAGS} -o ${.TARGET} ${.CURDIR}/${.PREFIX}.c beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 666 /dev/null \ + ${INSTALL} -c -o bin -g bin -m ${NOBINMODE} /dev/null \ ${DESTDIR}/var/games/hackdir/perm - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 666 /dev/null \ + ${INSTALL} -c -o bin -g ${BINGRP} -m 460 /dev/null \ ${DESTDIR}/var/games/hackdir/record - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 666 ${.CURDIR}/rumors \ + ${INSTALL} -c -o bin -g ${BINGRP} -m 440 ${.CURDIR}/rumors \ ${DESTDIR}/var/games/hackdir/rumors - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/help \ - ${.CURDIR}/hh ${.CURDIR}/data ${DESTDIR}/var/games/hackdir - rm -f ${DESTDIR}/var/games/hackdir/bones* + ${INSTALL} -c -o bin -g bin -m ${NOBINMODE} \ + ${.CURDIR}/help ${.CURDIR}/hh ${.CURDIR}/data \ + ${DESTDIR}/var/games/hackdir + rm -f ${DESTDIR}/var/games/hackdir/bones* \ + ${DESTDIR}/var/games/hackdir/save/* .include <bsd.prog.mk> |
