summaryrefslogtreecommitdiffstats
path: root/games/cribbage
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-12-17 15:23:57 +0000
committerru <ru@FreeBSD.org>2001-12-17 15:23:57 +0000
commit37468b69caffaa9ea29e1a8d69ca2ed89a60de8f (patch)
treeb5168358c094aacbec9539b1567772fb89fdcf2b /games/cribbage
parent943ff81525db6b2bf811d021d7559ba838e9f848 (diff)
downloadFreeBSD-src-37468b69caffaa9ea29e1a8d69ca2ed89a60de8f.zip
FreeBSD-src-37468b69caffaa9ea29e1a8d69ca2ed89a60de8f.tar.gz
Install files via FILES.
Diffstat (limited to 'games/cribbage')
-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