summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>2000-06-11 15:37:51 +0000
committermycroft <mycroft@NetBSD.org>2000-06-11 15:37:51 +0000
commit7f64c03dbcf0ac699f5350f0de924137f866d543 (patch)
tree1b0b5c1401c106634e9d2a7bceee6416d8d3df46
parent43829dde4cfcf429780f83c84e57bf5ccdfb18ee (diff)
downloadbsdgames-darwin-7f64c03dbcf0ac699f5350f0de924137f866d543.tar.gz
bsdgames-darwin-7f64c03dbcf0ac699f5350f0de924137f866d543.tar.zst
bsdgames-darwin-7f64c03dbcf0ac699f5350f0de924137f866d543.zip
Don't make /var/games/sail here.
-rw-r--r--sail/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/sail/Makefile b/sail/Makefile
index 2fca7996..42968bf2 100644
--- a/sail/Makefile
+++ b/sail/Makefile
@@ -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 @@ LDADD= -lcurses
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>