summaryrefslogtreecommitdiffstats
path: root/phantasia/Makefile
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>1997-11-20 08:52:16 +0000
committermrg <mrg@NetBSD.org>1997-11-20 08:52:16 +0000
commit4fe1a63ce6ffadff8b945cdf09ffd497b050f11d (patch)
tree822110270a217764a5965b2a02d80bda3966f771 /phantasia/Makefile
parent8893b883616b2b171a87b60e7d95bcb16292c127 (diff)
downloadbsdgames-darwin-4fe1a63ce6ffadff8b945cdf09ffd497b050f11d.tar.gz
bsdgames-darwin-4fe1a63ce6ffadff8b945cdf09ffd497b050f11d.tar.zst
bsdgames-darwin-4fe1a63ce6ffadff8b945cdf09ffd497b050f11d.zip
install games files with the correct permissions.
Diffstat (limited to 'phantasia/Makefile')
-rw-r--r--phantasia/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/phantasia/Makefile b/phantasia/Makefile
index 2ab61d51..613db472 100644
--- a/phantasia/Makefile
+++ b/phantasia/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1997/11/20 00:12:37 mrg Exp $
+# $NetBSD: Makefile,v 1.14 1997/11/20 08:52:18 mrg Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= phantasia
@@ -25,7 +25,7 @@ setup.o: ${.CURDIR}/setup.c
afterinstall:
./setup -m ${.CURDIR}/monsters.asc
- chown games:bin ${DESTDIR}/var/games/phantasia/*
+ chown games:games ${DESTDIR}/var/games/phantasia/*
# Make Phantasia map. Change the map commands reflect your installation.
# PLOTDEVICE is used for plotting the map. Change as appropriate.