summaryrefslogtreecommitdiffstats
path: root/games/phantasia/Makefile
diff options
context:
space:
mode:
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