summaryrefslogtreecommitdiffstats
path: root/phantasia/Makefile
diff options
context:
space:
mode:
authorpk <pk@NetBSD.org>1995-03-08 19:41:53 +0000
committerpk <pk@NetBSD.org>1995-03-08 19:41:53 +0000
commit045c162979af9765f1d2f9076378613da3cb28f7 (patch)
treee12fdba7339f89fccb26aeaa0683150631217c0b /phantasia/Makefile
parentcbd1368362af91019450c92b31f215a122e3679a (diff)
downloadbsdgames-darwin-045c162979af9765f1d2f9076378613da3cb28f7.tar.gz
bsdgames-darwin-045c162979af9765f1d2f9076378613da3cb28f7.tar.zst
bsdgames-darwin-045c162979af9765f1d2f9076378613da3cb28f7.zip
Use ${DESTDIR}.
Diffstat (limited to 'phantasia/Makefile')
-rw-r--r--phantasia/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/phantasia/Makefile b/phantasia/Makefile
index d34fc357..42fbf9d1 100644
--- a/phantasia/Makefile
+++ b/phantasia/Makefile
@@ -15,7 +15,7 @@ setup: phantglobs.o setup.o monsters.asc ${LIBM}
beforeinstall:
./setup -m ${.CURDIR}/monsters.asc
- chown games.bin /var/games/phantasia/*
+ chown games.bin ${DESTDIR}/var/games/phantasia/*
# Make Phantasia map. Change the map commands reflect your installation.
# PLOTDEVICE is used for plotting the map. Change as appropriate.