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:
parent
037db89fb1
commit
1dc20d5093
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user