The src/games/Makefile.inc use to control the location this installed in,

since this has been moved to src/gnu I had to copy the contents of
src/games/Makefile.inc into this Makefile to get it to install in
/usr/games/hide
This commit is contained in:
Rodney W. Grimes 1993-09-02 11:11:42 +00:00
parent 037db89fb1
commit 1dc20d5093
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=378

View File

@ -7,6 +7,13 @@ MAN6= chess.6
DPADD= ${LIBCURSES} ${LIBTERM}
LDADD= -lcurses -ltermlib
HIDEGAME=hidegame
BINOWN?= games
.if defined(HIDEGAME)
BINDIR?= /usr/games/hide
BINMODE?= 4700
.else
BINDIR?= /usr/games
.endif
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/gnuchess.book \