summaryrefslogtreecommitdiffstats
path: root/games/hack/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-09-24 12:29:25 +0000
committerache <ache@FreeBSD.org>1997-09-24 12:29:25 +0000
commit60b87f45b8dc096e46f9d939d69ea6893ecbbe35 (patch)
tree452f57474978a539dd7516de6e9c48ba5169b4c2 /games/hack/Makefile
parent73e522e820d1cc22d5b1a2b2c9d21cba5a3151ef (diff)
downloadFreeBSD-src-60b87f45b8dc096e46f9d939d69ea6893ecbbe35.zip
FreeBSD-src-60b87f45b8dc096e46f9d939d69ea6893ecbbe35.tar.gz
Includes cleanup
Fix nonull flag detecting from termcap Use usleep to handle nonull case Prevent overflow on genocided getenv Install most files not owned by games.games to prevent data modifications Fix path for gethdate()
Diffstat (limited to 'games/hack/Makefile')
-rw-r--r--games/hack/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile
index 89c2690..2ab7d77 100644
--- a/games/hack/Makefile
+++ b/games/hack/Makefile
@@ -35,13 +35,13 @@ makedefs: makedefs.c
${CC} ${CFLAGS} -o ${.TARGET} ${.CURDIR}/${.PREFIX}.c
beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
+ ${INSTALL} -c -o bin -g bin -m ${NOBINMODE} /dev/null \
${DESTDIR}/var/games/hackdir/perm
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
+ ${INSTALL} -c -o bin -g ${BINGRP} -m 464 /dev/null \
${DESTDIR}/var/games/hackdir/record
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 660 ${.CURDIR}/rumors \
+ ${INSTALL} -c -o bin -g ${BINGRP} -m 440 ${.CURDIR}/rumors \
${DESTDIR}/var/games/hackdir/rumors
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
+ ${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* \
OpenPOWER on IntegriCloud