summaryrefslogtreecommitdiffstats
path: root/games/hack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/hack/Makefile')
-rw-r--r--games/hack/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile
index 7187d78..abcb487 100644
--- a/games/hack/Makefile
+++ b/games/hack/Makefile
@@ -35,8 +35,9 @@ beforeinstall:
${DESTDIR}/var/games/hackdir/record
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 666 ${.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
+ ${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*
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud