From 1dc20d5093235e4c82ec14cac846fcea4aca8be3 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Thu, 2 Sep 1993 11:11:42 +0000 Subject: [PATCH] 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 --- gnu/games/chess/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gnu/games/chess/Makefile b/gnu/games/chess/Makefile index 7a084cb0e9f..a281d35fb27 100644 --- a/gnu/games/chess/Makefile +++ b/gnu/games/chess/Makefile @@ -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 \