summaryrefslogtreecommitdiffstats
path: root/games/phantasia
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-09-08 19:19:46 +0000
committerjkh <jkh@FreeBSD.org>1994-09-08 19:19:46 +0000
commita3e568d972e2ed5c584351b8231ef542a515ab32 (patch)
tree50b1d42e400fe363e86389442be7fd14f3114983 /games/phantasia
parent6624767fd93fd209c87eb302ed74926aac8c92c9 (diff)
downloadFreeBSD-src-a3e568d972e2ed5c584351b8231ef542a515ab32.zip
FreeBSD-src-a3e568d972e2ed5c584351b8231ef542a515ab32.tar.gz
Remove the conditional mkdir of /var/games/phantasia - done by mtree now.
Submitted by: jkh
Diffstat (limited to 'games/phantasia')
-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