summaryrefslogtreecommitdiffstats
path: root/games/phantasia/Makefile
diff options
context:
space:
mode:
authorswallace <swallace@FreeBSD.org>1994-09-19 05:41:13 +0000
committerswallace <swallace@FreeBSD.org>1994-09-19 05:41:13 +0000
commitc15ded12c6ef30dac4161c8c1c8b2d6b4a628d40 (patch)
treedf711a1adec790589545d446f9e69770419830d5 /games/phantasia/Makefile
parent2796b2bd7a1d4af638944ef0308d26126f29c116 (diff)
downloadFreeBSD-src-c15ded12c6ef30dac4161c8c1c8b2d6b4a628d40.zip
FreeBSD-src-c15ded12c6ef30dac4161c8c1c8b2d6b4a628d40.tar.gz
Change setup.c so that game files are generated into obj dir,
then Makefile installs into ${DESTDIR}/var/games/phantasia
Diffstat (limited to 'games/phantasia/Makefile')
-rw-r--r--games/phantasia/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile
index 06a6671..2f1073b 100644
--- a/games/phantasia/Makefile
+++ b/games/phantasia/Makefile
@@ -15,7 +15,14 @@ setup: phantglobs.o setup.o monsters.asc ${LIBM}
beforeinstall:
./setup -m ${.CURDIR}/monsters.asc
- chown games.bin ${DESTDIR}/var/games/phantasia/*
+ install -c -m 660 -o games -g bin gold ${DESTDIR}/var/games/phantasia
+ install -c -m 660 -o games -g bin lastdead ${DESTDIR}/var/games/phantasia
+ install -c -m 660 -o games -g bin mess ${DESTDIR}/var/games/phantasia
+ install -c -m 660 -o games -g bin monsters ${DESTDIR}/var/games/phantasia
+ install -c -m 660 -o games -g bin motd ${DESTDIR}/var/games/phantasia
+ install -c -m 660 -o games -g bin characs ${DESTDIR}/var/games/phantasia
+ install -c -m 660 -o games -g bin scoreboard ${DESTDIR}/var/games/phantasia
+ install -c -m 660 -o games -g bin void ${DESTDIR}/var/games/phantasia
# Make Phantasia map. Change the map commands reflect your installation.
# PLOTDEVICE is used for plotting the map. Change as appropriate.
OpenPOWER on IntegriCloud