summaryrefslogtreecommitdiffstats
path: root/games/quiz
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/quiz
parent943ff81525db6b2bf811d021d7559ba838e9f848 (diff)
downloadFreeBSD-src-37468b69caffaa9ea29e1a8d69ca2ed89a60de8f.zip
FreeBSD-src-37468b69caffaa9ea29e1a8d69ca2ed89a60de8f.tar.gz
Install files via FILES.
Diffstat (limited to 'games/quiz')
-rw-r--r--games/quiz/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/quiz/Makefile b/games/quiz/Makefile
index 7bd4d5c..b9b03f1 100644
--- a/games/quiz/Makefile
+++ b/games/quiz/Makefile
@@ -4,14 +4,13 @@
PROG= quiz
SRCS= quiz.c rxp.c
MAN= quiz.6
-CATS= africa america areas arith asia babies bard chinese collectives \
+FILES= africa america areas arith asia babies bard chinese collectives \
ed elements europe flowers greek inca index latin locomotive \
midearth morse murders poetry posneg pres province seq-easy seq-hard \
sexes sov spell state trek ucc
+FILESDIR= ${SHAREDIR}/games/quiz.db
HIDEGAME=hidegame
-beforeinstall:
- (cd ${.CURDIR}/datfiles; ${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} \
- -m ${SHAREMODE} ${CATS} ${DESTDIR}${SHAREDIR}/games/quiz.db)
+.PATH: ${.CURDIR}/datfiles
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud