diff options
author | jkh <jkh@FreeBSD.org> | 1994-09-08 19:19:46 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-09-08 19:19:46 +0000 |
commit | a3e568d972e2ed5c584351b8231ef542a515ab32 (patch) | |
tree | 50b1d42e400fe363e86389442be7fd14f3114983 /games | |
parent | 6624767fd93fd209c87eb302ed74926aac8c92c9 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | games/phantasia/Makefile | 3 |
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/* |