From 37468b69caffaa9ea29e1a8d69ca2ed89a60de8f Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 17 Dec 2001 15:23:57 +0000 Subject: Install files via FILES. --- games/cribbage/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/cribbage') 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 -- cgit v1.1