From 6df0b771ebcb3566414373edef220a0f6a17efbf Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 23 Jun 2011 22:46:14 +0000 Subject: switch to installing source manuals (base part) discussed with lots of people, tested by naddy@, "move fast" deraadt@ --- games/phantasia/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile index 07d101e80c3..79bd63ef282 100644 --- a/games/phantasia/Makefile +++ b/games/phantasia/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2004/11/11 16:39:00 jolan Exp $ +# $OpenBSD: Makefile,v 1.17 2011/06/23 22:46:12 schwarze Exp $ PROG= phantasia SRCS= main.c fight.c io.c interplayer.c gamesupport.c misc.c phantglobs.c @@ -7,7 +7,7 @@ DPADD= ${LIBM} ${LIBCURSES} LDADD= -lm -lcurses BINMODE=2555 MAN= phantasia.6 -CLEANFILES+=map setup setup.o phantglobs.o.bld +CLEANFILES+=map setup setup.o phantglobs.o.bld phantasia.6 all: setup phantasia @@ -21,6 +21,9 @@ setup: phantglobs.o.bld setup.o monsters.asc ${DPADD} ${HOSTCC} ${CFLAGS} ${LDFLAGS} ${LDSTATIC} -o ${.TARGET} \ phantglobs.o.bld setup.o ${LDADD} +phantasia.6: phantasia.6tbl + cp ${.ALLSRC} ${.TARGET} + beforeinstall: ./setup -m ${.CURDIR}/monsters.asc chown root:games ${DESTDIR}/var/games/phantasia/* -- cgit v1.2.3