diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-09-02 15:47:08 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-09-02 15:47:08 +0000 |
commit | 3b72f1e86cce887e20430a803b2785feeaaa5a65 (patch) | |
tree | 3857a39f312e928462cf55f80cbb07ff7cd0a125 /games/phantasia | |
parent | f59719ec1e74422a70e2594e5eef61256fb4334e (diff) |
The /var/games/phantasia/* files should be root.games
Diffstat (limited to 'games/phantasia')
-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 e3fa8e356b0..954820a3e26 100644 --- a/games/phantasia/Makefile +++ b/games/phantasia/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 1997/04/01 19:54:26 mickey Exp $ +# $OpenBSD: Makefile,v 1.9 1997/09/02 15:47:07 angelos Exp $ # $NetBSD: Makefile,v 1.4 1995/03/24 03:58:22 cgd Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 @@ -24,7 +24,7 @@ setup: phantglobs.o.bld setup.o monsters.asc ${DPADD} beforeinstall: ./setup -m ${.CURDIR}/monsters.asc - chown root.bin ${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. |