$OpenBSD: patch-gnobots2_Makefile_in,v 1.7 2010/04/23 18:02:11 jasper Exp $

Install the .scores files into share/ , to @sample them
into /var/games/ later.

--- gnobots2/Makefile.in.orig	Mon Mar 29 20:02:31 2010
+++ gnobots2/Makefile.in	Fri Apr 23 18:45:19 2010
@@ -1262,15 +1262,12 @@ install-data-local:
             fname1=$(DESTDIR)$(scoredir)/gnobots2.$$cfn2.scores; \
             fname2=$(DESTDIR)$(scoredir)/gnobots2.$$cfn2-safe.scores; \
             fname3=$(DESTDIR)$(scoredir)/gnobots2.$$cfn2-super-safe.scores; \
-	    touch $$fname1; chmod 664 $$fname1; chown $(scores_user):$(scores_group) $$fname1; \
-	    touch $$fname2; chmod 664 $$fname2; chown $(scores_user):$(scores_group) $$fname2; \
-	    touch $$fname3; chmod 664 $$fname3; chown $(scores_user):$(scores_group) $$fname3; \
+	    touch $$fname1; \
+	    touch $$fname2; \
+	    touch $$fname3; \
 	    done
 
 install-exec-hook:
-	-if test "$(setgid)" = "true"; then \
-	  chgrp $(scores_group) $(DESTDIR)$(bindir)/gnobots2 && chmod 2555 $(DESTDIR)$(bindir)/gnobots2 ;\
-	fi
 
 -include $(top_srcdir)/git.mk
 
