summaryrefslogtreecommitdiffstats
path: root/games/cribbage
diff options
context:
space:
mode:
Diffstat (limited to 'games/cribbage')
-rw-r--r--games/cribbage/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/cribbage/Makefile b/games/cribbage/Makefile
index 38e8ec4..a21ae20 100644
--- a/games/cribbage/Makefile
+++ b/games/cribbage/Makefile
@@ -10,5 +10,7 @@ HIDEGAME=hidegame
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
${.CURDIR}/cribbage.n ${DESTDIR}${SHAREDIR}/games/cribbage.instr
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
+ ${DESTDIR}/var/games/criblog
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud