openbsd-ports/x11/gnome/games/patches/patch-gnotravex_Makefile_in
jasper 59d86a4f45 - update gnome-games to 2.24.2
* mostly gnome-sudoku fixes
2008-11-25 09:52:57 +00:00

28 lines
1.1 KiB
Plaintext

$OpenBSD: patch-gnotravex_Makefile_in,v 1.2 2008/11/25 09:52:57 jasper Exp $
Install the .scores files into share/ , to @sample them
into /var/games/ later.
--- gnotravex/Makefile.in.orig Tue Nov 25 01:50:14 2008
+++ gnotravex/Makefile.in Tue Nov 25 10:27:12 2008
@@ -358,7 +358,7 @@ psdir = @psdir@
pyexecdir = @pyexecdir@
pythondir = @pythondir@
sbindir = @sbindir@
-scoredir = @scoredir@
+scoredir = ${pkgdatadir}/scores/
scores_group = @scores_group@
scores_user = @scores_user@
setgid = @setgid@
@@ -856,10 +856,7 @@ install-scorefiles-local:
-$(mkinstalldirs) $(DESTDIR)$(scoredir)
-for i in ${SCOREFILES} ; do \
touch $(DESTDIR)$(scoredir)/gnotravex."$$i"x"$$i".scores; \
- chown $(scores_user):$(scores_group) $(DESTDIR)$(scoredir)/gnotravex."$$i"x"$$i".scores; \
- chmod 664 $(DESTDIR)$(scoredir)/gnotravex."$$i"x"$$i".scores; \
done
- -if test "x$(setgid)" = "xtrue"; then chgrp $(scores_group) $(DESTDIR)$(bindir)/gnotravex && chmod 2555 $(DESTDIR)$(bindir)/gnotravex ; fi
install-data-local: install-schemas-local install-scorefiles-local
# Tell versions [3.59,3.63) of GNU make to not export all variables.