summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/phantasia/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile
index 0c247c7..abc955b 100644
--- a/games/phantasia/Makefile
+++ b/games/phantasia/Makefile
@@ -14,9 +14,6 @@ setup: phantglobs.o setup.o monsters.asc ${LIBM}
${CC} phantglobs.o setup.o -o ${.TARGET} -lm
beforeinstall:
- @if [ ! -d ${DESTDIR}/var/games/phantasia ]; then \
- mkdir -p ${DESTDIR}/var/games/phantasia; \
- fi
./setup -m ${.CURDIR}/monsters.asc
chown games.bin ${DESTDIR}/var/games/phantasia/*
OpenPOWER on IntegriCloud