From e6642389d6b18b8e98857a4ea5b66ffa69f4d032 Mon Sep 17 00:00:00 2001 From: jtk Date: Sat, 1 Jun 1996 19:47:19 +0000 Subject: use posix-style : for chown uid/group separator --- phantasia/Makefile | 4 ++-- 1 file 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. -- cgit v1.2.3