summaryrefslogtreecommitdiff
path: root/games/pentix/files
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-11-11 09:47:03 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-11-11 09:47:03 +0000
commit795e3f65acd50388102d7dbdb6cdf9f29652de7c (patch)
tree64290bcc29d49948e05157c5608fbac27066520a /games/pentix/files
parentRemove an extra directory (diff)
Install this setgid games and remove world-writable privs from 3 files
Notes
Notes: svn path=/head/; revision=34993
Diffstat (limited to 'games/pentix/files')
-rw-r--r--games/pentix/files/patch-aa19
1 files changed, 17 insertions, 2 deletions
diff --git a/games/pentix/files/patch-aa b/games/pentix/files/patch-aa
index 1d87730ed820..0a82d5d16595 100644
--- a/games/pentix/files/patch-aa
+++ b/games/pentix/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Sat Sep 23 17:14:43 2000
-+++ Makefile Mon Oct 9 23:35:38 2000
+--- Makefile.orig Sat Sep 23 14:14:43 2000
++++ Makefile Sat Nov 11 01:42:49 2000
@@ -4,9 +4,9 @@
CFLAGS = -O2 -Wall
LFLAGS = -lncurses
@@ -13,3 +13,18 @@
PROG = pentix
DATA = pentix.qtn pentix.res readme.txt
+@@ -23,10 +23,10 @@
+ all: $(INSTALL)
+
+ install: $(PROG)
+- install -c -s -o bin -g bin -m 755 $(PROG) $(BINDIR)
+- install -d -o bin -g bin -m 755 $(DATDIR)
+- install -c -o bin -g bin -m 666 $(DATA) $(DATDIR)
+- install -c -o bin -g bin -m 644 $(MAN1) $(MANDIR)
++ install -c -s -o root -g games -m 2755 $(PROG) $(BINDIR)
++ install -d -o root -g games -m 755 $(DATDIR)
++ install -c -o root -g games -m 664 $(DATA) $(DATDIR)
++ install -c -o root -g games -m 644 $(MAN1) $(MANDIR)
+
+ # Cleanup procedure
+ clean: