diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/phantasia/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile index d3dd6f7..0c247c7 100644 --- a/games/phantasia/Makefile +++ b/games/phantasia/Makefile @@ -14,11 +14,11 @@ setup: phantglobs.o setup.o monsters.asc ${LIBM} ${CC} phantglobs.o setup.o -o ${.TARGET} -lm beforeinstall: - @if [ ! -d /var/games/phantasia ]; then \ - mkdir -p /var/games/phantasia; \ + @if [ ! -d ${DESTDIR}/var/games/phantasia ]; then \ + mkdir -p ${DESTDIR}/var/games/phantasia; \ fi ./setup -m ${.CURDIR}/monsters.asc - chown games.bin /var/games/phantasia/* + chown games.bin ${DESTDIR}/var/games/phantasia/* # Make Phantasia map. Change the map commands reflect your installation. # PLOTDEVICE is used for plotting the map. Change as appropriate. |