summaryrefslogtreecommitdiffstats
path: root/games/atc/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-09-24 03:28:24 +0000
committerache <ache@FreeBSD.org>1997-09-24 03:28:24 +0000
commit88bcce4b0769b47cf4361d6b4490d8ced3c0ceac (patch)
treead5305d1e0e6cf4eb9dd58ce8664abc92fa0f867 /games/atc/Makefile
parentd6530ba40d9771bd76656602debadbc1c34f5883 (diff)
downloadFreeBSD-src-88bcce4b0769b47cf4361d6b4490d8ced3c0ceac.zip
FreeBSD-src-88bcce4b0769b47cf4361d6b4490d8ced3c0ceac.tar.gz
Installed scenarios was unreadable with change games uid->gid, fix it
Beforeinstall score file to the right place Use srandomdev Remove revoke, it broke scores and scenarios Fix names in FILES manpage section
Diffstat (limited to 'games/atc/Makefile')
-rw-r--r--games/atc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/atc/Makefile b/games/atc/Makefile
index 64f388c..f129096 100644
--- a/games/atc/Makefile
+++ b/games/atc/Makefile
@@ -7,12 +7,14 @@ SRCS= extern.c grammar.c graphics.c input.c lex.c list.c log.c \
MAN6= atc.6
DPADD= ${LIBL} ${LIBM} ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
LDADD= -ll -lm -lcurses -ltermcap -lcompat
-GAMES= ATC_scores Game_List Killer crossover default easy game_2
+GAMES= Game_List Killer crossover default easy game_2
CLEANFILES=grammar.c y.tab.h lex.c
HIDEGAME=hidegame
beforeinstall:
- (cd ${.CURDIR}/games; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 400 \
+ (cd ${.CURDIR}/games; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 440 \
${GAMES} ${DESTDIR}${SHAREDIR}/games/atc)
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 ${.CURDIR}/games/ATC_scores \
+ ${DESTDIR}/var/games/atc_score
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud