summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-05-17 09:21:59 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-05-17 09:21:59 +0000
commit3566530e516d5fec2cffca614973f401ea063bb4 (patch)
tree6f4f549b987090681c707ec4a3816e9e5918f951 /games
parentInstall default config files as *.sample instead of overwriting existing ones. (diff)
Use user:group notation for chown. Install root:games instead of
bin:games.
Notes
Notes: svn path=/head/; revision=59309
Diffstat (limited to 'games')
-rw-r--r--games/qix/files/patch-aa30
1 files changed, 30 insertions, 0 deletions
diff --git a/games/qix/files/patch-aa b/games/qix/files/patch-aa
new file mode 100644
index 000000000000..1edf47b04d8b
--- /dev/null
+++ b/games/qix/files/patch-aa
@@ -0,0 +1,30 @@
+--- Makefile.orig Fri May 17 02:20:02 2002
++++ Makefile Fri May 17 02:20:33 2002
+@@ -55,7 +55,7 @@
+
+ install:
+ mkdir -p $(GAMEDIR)
+- chown bin.games $(GAMEDIR)
++ chown root:games $(GAMEDIR)
+ chmod g+w $(GAMEDIR)
+ install -c qix $(LOCALDIR)/bin/
+ install -c qix.bin $(LOCALDIR)/bin/
+@@ -66,15 +66,15 @@
+ cat fonts.alias >> $(X11FNT)/fonts.alias
+ mkfontdir $(X11FNT)
+ xset +fp $(X11FNT)
+- chown bin.games $(LOCALDIR)/bin/qix.xbin
++ chown root:games $(LOCALDIR)/bin/qix.xbin
+ chmod g+s $(LOCALDIR)/bin/qix.xbin
+ .endif
+ if [ ! -e $(SCORE_FILE) ]; then\
+ install -c qix.score $(SCORE_FILE);\
+- chown bin.games $(SCORE_FILE);\
++ chown root:games $(SCORE_FILE);\
+ chmod 664 $(SCORE_FILE);\
+ fi
+- chown bin.games $(LOCALDIR)/bin/qix.bin
++ chown root:games $(LOCALDIR)/bin/qix.bin
+ chmod g+s $(LOCALDIR)/bin/qix.bin
+ install -c qix.1 $(LOCALDIR)/man/man1
+