Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/sail Don't make /var/games/sail here.
details: https://anonhg.NetBSD.org/src/rev/0430096be084
branches: trunk
changeset: 487696:0430096be084
user: mycroft <mycroft%NetBSD.org@localhost>
date: Sun Jun 11 15:37:51 2000 +0000
description:
Don't make /var/games/sail here.
diffstat:
games/sail/Makefile | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
diffs (21 lines):
diff -r e21107a60741 -r 0430096be084 games/sail/Makefile
--- a/games/sail/Makefile Sun Jun 11 15:36:26 2000 +0000
+++ b/games/sail/Makefile Sun Jun 11 15:37:51 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2000/02/12 10:03:30 itojun Exp $
+# $NetBSD: Makefile,v 1.13 2000/06/11 15:37:51 mycroft Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= sail
@@ -11,11 +11,4 @@
HIDEGAME=hidegame
SETGIDGAME=yes
-afterinstall:
-.if !defined(UNPRIVILEGED)
- mkdir -p ${DESTDIR}/var/games/sail
- chown root.games ${DESTDIR}/var/games/sail
- chmod 2770 ${DESTDIR}/var/games/sail
-.endif
-
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index