summaryrefslogtreecommitdiffstats
path: root/phantasia/Makefile
diff options
context:
space:
mode:
authorcjs <cjs@NetBSD.org>1997-05-31 21:21:13 +0000
committercjs <cjs@NetBSD.org>1997-05-31 21:21:13 +0000
commit1487163df77469f614f66f5a2a5e2847f71c11c1 (patch)
treec7904b8a71143848630d0dd121671852fdb10e01 /phantasia/Makefile
parentc4dff0b969773573c08240aab3dda2d9d735dcb7 (diff)
downloadbsdgames-darwin-1487163df77469f614f66f5a2a5e2847f71c11c1.tar.gz
bsdgames-darwin-1487163df77469f614f66f5a2a5e2847f71c11c1.tar.zst
bsdgames-darwin-1487163df77469f614f66f5a2a5e2847f71c11c1.zip
Back out BUILDDIR and NOINSTALL changes.
Diffstat (limited to 'phantasia/Makefile')
-rw-r--r--phantasia/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/phantasia/Makefile b/phantasia/Makefile
index 5735b34e..557f0df1 100644
--- a/phantasia/Makefile
+++ b/phantasia/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1997/05/26 03:55:49 cjs Exp $
+# $NetBSD: Makefile,v 1.9 1997/05/31 21:21:17 cjs Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= phantasia
@@ -20,8 +20,8 @@ host_phantglobs.o: ${.CURDIR}/phantglobs.c
setup.o: ${.CURDIR}/setup.c
${HOST_COMPILE.c} ${.CURDIR}/setup.c
-beforeinstall:
- DESTDIR=${DESTDIR} ./setup -m ${.CURDIR}/monsters.asc
+afterinstall:
+ ./setup -m ${.CURDIR}/monsters.asc
chown games:bin ${DESTDIR}/var/games/phantasia/*
# Make Phantasia map. Change the map commands reflect your installation.