summaryrefslogtreecommitdiffstats
path: root/games/hack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/hack/Makefile')
-rw-r--r--games/hack/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile
index abcb487..439b06c 100644
--- a/games/hack/Makefile
+++ b/games/hack/Makefile
@@ -29,11 +29,11 @@ makedefs: makedefs.c
${CC} ${CFLAGS} -o ${.TARGET} ${.CURDIR}/${.PREFIX}.c
beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 666 /dev/null \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/games/hackdir/perm
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 666 /dev/null \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/games/hackdir/record
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 666 ${.CURDIR}/rumors \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 ${.CURDIR}/rumors \
${DESTDIR}/var/games/hackdir/rumors
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
${.CURDIR}/help ${.CURDIR}/hh ${.CURDIR}/data \
OpenPOWER on IntegriCloud