From 243bb8a1de3581a472270a7d73f4218d3286b94d Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Sun, 30 Jan 1994 01:24:23 +0000 Subject: [PATCH] Update for new organization of gnu tree. --- gnu/games/chess/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gnu/games/chess/Makefile b/gnu/games/chess/Makefile index a281d35fb27..7a084cb0e9f 100644 --- a/gnu/games/chess/Makefile +++ b/gnu/games/chess/Makefile @@ -7,13 +7,6 @@ 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 \