summaryrefslogtreecommitdiffstats
path: root/phantasia/Makefile
diff options
context:
space:
mode:
authorjtk <jtk@NetBSD.org>1996-06-01 19:47:19 +0000
committerjtk <jtk@NetBSD.org>1996-06-01 19:47:19 +0000
commite6642389d6b18b8e98857a4ea5b66ffa69f4d032 (patch)
tree51c4ddfa53881638474c8d5562056903f32e80af /phantasia/Makefile
parent828801324c4d8462b517d534a818131d842ac1fe (diff)
downloadbsdgames-darwin-e6642389d6b18b8e98857a4ea5b66ffa69f4d032.tar.gz
bsdgames-darwin-e6642389d6b18b8e98857a4ea5b66ffa69f4d032.tar.zst
bsdgames-darwin-e6642389d6b18b8e98857a4ea5b66ffa69f4d032.zip
use posix-style : for chown uid/group separator
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 aa068e8b..0889db27 100644
--- a/phantasia/Makefile
+++ b/phantasia/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1995/03/24 03:58:22 cgd Exp $
+# $NetBSD: Makefile,v 1.5 1996/06/01 19:47:19 jtk Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= phantasia
@@ -16,7 +16,7 @@ setup: phantglobs.o setup.o monsters.asc ${LIBM}
beforeinstall:
./setup -m ${.CURDIR}/monsters.asc
- chown games.bin ${DESTDIR}/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.