From a3e568d972e2ed5c584351b8231ef542a515ab32 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 8 Sep 1994 19:19:46 +0000 Subject: Remove the conditional mkdir of /var/games/phantasia - done by mtree now. Submitted by: jkh --- games/phantasia/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'games/phantasia') 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/* -- cgit v1.1