diff options
author | garbled <garbled> | 1998-09-14 19:34:23 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-09-14 19:34:23 +0000 |
commit | 5840e6520d47aaf5d874f807c205bc52fccc3fd4 (patch) | |
tree | 4d0428772e98125079879e389030a8daef78a91e /games/maelstrom/Makefile | |
parent | 5659a437ea8d5d0107623dcd9906eba850454258 (diff) | |
download | pkgsrc-5840e6520d47aaf5d874f807c205bc52fccc3fd4.tar.gz |
More /var/games changes for scorfiles
Diffstat (limited to 'games/maelstrom/Makefile')
-rw-r--r-- | games/maelstrom/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/maelstrom/Makefile b/games/maelstrom/Makefile index dad3a80fbb0..1df8ae0189c 100644 --- a/games/maelstrom/Makefile +++ b/games/maelstrom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/08/27 14:06:08 garbled Exp $ +# $NetBSD: Makefile,v 1.4 1998/09/14 19:34:23 garbled Exp $ DISTNAME= Maelstrom-1.4.3-L2.0.6-src.tar.gz PKGNAME= maelstrom-2.0.6 @@ -29,8 +29,8 @@ post-install: pax -rzf ${DISTDIR}/${SWARS} -p m chown ${BINOWN}:games ${PREFIX}/bin/Maelstrom chmod 2755 ${PREFIX}/bin/Maelstrom - chown ${BINOWN}:games ${PREFIX}/share/maelstrom/Maelstrom-Scores - chmod 0664 ${PREFIX}/share/maelstrom/Maelstrom-Scores + chown ${BINOWN}:games /var/games/Maelstrom-Scores + chmod 0664 /var/games/Maelstrom-Scores ${INSTALL_DATA} ${WRKSRC}/README.* ${PREFIX}/share/maelstrom ${INSTALL_PROGRAM} ${WRKSRC}/netplayd/netplayd ${PREFIX}/bin/Maelstrom_netplayd |