summaryrefslogtreecommitdiff
path: root/games/larn
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>2002-05-31 03:46:36 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>2002-05-31 03:46:36 +0000
commit23a101fa5515cc9f1672658c6bc5cbcf8dee1a0d (patch)
tree838d991fb88c6a47428ab23171504a1c5abd96c2 /games/larn
parent78168af82c4ec7ba2d8e9b500d667ee732db8e04 (diff)
No dm -> games with high score files etc. must explicitly be setgid games.
Diffstat (limited to 'games/larn')
-rw-r--r--games/larn/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/larn/Makefile b/games/larn/Makefile
index 04deffe50a0..6713a2de28a 100644
--- a/games/larn/Makefile
+++ b/games/larn/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.13 2002/05/23 18:43:00 deraadt Exp $
+# $OpenBSD: Makefile,v 1.14 2002/05/31 03:46:35 pjanzen Exp $
# EXTRA
# Incorporates code to gather additional performance statistics
@@ -48,6 +48,7 @@ SRCS= main.c object.c create.c tok.c display.c global.c data.c io.c \
signal.c moreobj.c movem.c regen.c fortune.c savelev.c
DPADD= ${LIBCURSES}
LDADD= -lcurses
+BINMODE=2555
beforeinstall:
(cd ${.CURDIR}/datfiles; ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \