summaryrefslogtreecommitdiffstats
path: root/games/cribbage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/cribbage/Makefile')
-rw-r--r--games/cribbage/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/cribbage/Makefile b/games/cribbage/Makefile
index 896e3bf..53448a7 100644
--- a/games/cribbage/Makefile
+++ b/games/cribbage/Makefile
@@ -5,12 +5,12 @@ PROG= cribbage
DPADD= ${LIBCURSES} ${LIBCOMPAT}
LDADD= -lcurses -lcompat
SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c
+FILES= cribbage.n
+FILESNAME_cribbage.n= cribbage.instr
MAN= cribbage.6
HIDEGAME=hidegame
beforeinstall:
- ${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
- ${.CURDIR}/cribbage.n ${DESTDIR}${SHAREDIR}/games/cribbage.instr
.if !exists(${DESTDIR}/var/games/criblog)
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/games/criblog
OpenPOWER on IntegriCloud