summaryrefslogtreecommitdiff
path: root/games/gnocatan/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/gnocatan/patches/patch-aa')
-rw-r--r--games/gnocatan/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/gnocatan/patches/patch-aa b/games/gnocatan/patches/patch-aa
new file mode 100644
index 00000000000..49396d2518c
--- /dev/null
+++ b/games/gnocatan/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2003/07/13 13:59:37 wiz Exp $
+
+--- client/Makefile.in.orig Sat Jul 12 15:17:14 2003
++++ client/Makefile.in
+@@ -687,7 +687,7 @@ dist-hook:
+ install-data-hook:
+ mkdir -p $(DESTDIR)$(pixmapdir)/themes
+ tar -c -f - -C themes . | \
+- tar -x -f - --mode=u+w,ugo+rX --no-same-owner -C $(DESTDIR)$(pixmapdir)/themes
++ tar -x -f - -C $(DESTDIR)$(pixmapdir)/themes
+ find $(DESTDIR)$(pixmapdir)/themes -name CVS | xargs rm -rf
+
+ # We don't need this, do we? -- egnor