aboutsummaryrefslogtreecommitdiff
path: root/gnu/games
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1993-09-02 11:11:42 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1993-09-02 11:11:42 +0000
commit1dc20d5093235e4c82ec14cac846fcea4aca8be3 (patch)
treedaf96debcd1a59d1ba5c3fca364ec77246f88dd6 /gnu/games
parent037db89fb112844c32d4ea057eb4d3a73c9e3ad5 (diff)
downloadsrc-1dc20d5093235e4c82ec14cac846fcea4aca8be3.tar.gz
src-1dc20d5093235e4c82ec14cac846fcea4aca8be3.zip
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
Notes
Notes: svn path=/head/; revision=378
Diffstat (limited to 'gnu/games')
-rw-r--r--gnu/games/chess/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/games/chess/Makefile b/gnu/games/chess/Makefile
index 7a084cb0e9f8..a281d35fb27a 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 \