diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-08 20:42:44 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-08 20:42:44 +0000 |
commit | d22153cf1346d4982fcc6f824f8cabaaa4b7a836 (patch) | |
tree | d4c1bf935a8552600fe4d0d2fb8047b30eeaecbe /games/phantasia/Makefile | |
parent | 70e70feb13fd4f1a1de1a96d316a59390c3ba491 (diff) |
Use POSIX chown semantics (user:group); noted by Leandro Costa
Diffstat (limited to 'games/phantasia/Makefile')
-rw-r--r-- | games/phantasia/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile index 12436d5c706..3285150854d 100644 --- a/games/phantasia/Makefile +++ b/games/phantasia/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2002/05/23 18:43:00 deraadt Exp $ +# $OpenBSD: Makefile,v 1.15 2003/04/08 20:42:42 millert Exp $ PROG= phantasia SRCS= main.c fight.c io.c interplayer.c gamesupport.c misc.c phantglobs.c @@ -22,7 +22,7 @@ setup: phantglobs.o.bld setup.o monsters.asc ${DPADD} beforeinstall: ./setup -m ${.CURDIR}/monsters.asc - chown root.games ${DESTDIR}/var/games/phantasia/* + chown root: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. |