$OpenBSD: patch-gnotski_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.

--- gnotski/Makefile.in.orig	Mon Mar 29 20:02:33 2010
+++ gnotski/Makefile.in	Fri Apr 23 18:46:38 2010
@@ -1007,16 +1007,11 @@ install-scorefiles-local:
 	-$(mkinstalldirs) $(DESTDIR)$(scoredir)
 	-for i in ${SCOREFILES} ; do \
 	  touch             $(DESTDIR)$(scoredir)/gnotski.$$i.scores; \
-	  chown $(scores_user):$(scores_group) $(DESTDIR)$(scoredir)/gnotski.$$i.scores; \
-	  chmod 664         $(DESTDIR)$(scoredir)/gnotski.$$i.scores; \
 	done
 
 install-data-local: install-schemas-local install-scorefiles-local
 
 install-exec-hook:
-	-if test "$(setgid)" = "true"; then \
-	  chgrp $(scores_group) $(DESTDIR)$(bindir)/gnotski && chmod 2555 $(DESTDIR)$(bindir)/gnotski ;\
-	fi
 
 @INTLTOOL_SCHEMAS_RULE@
 @INTLTOOL_DESKTOP_RULE@
