From 3e9396c56d8617662d9ee7af612df9381888e538 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Thu, 2 Sep 1993 11:11:42 +0000 Subject: 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(+) (limited to 'gnu/games') diff --git a/gnu/games/chess/Makefile b/gnu/games/chess/Makefile index 7a084cb..a281d35 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 \ -- cgit v1.1