summaryrefslogtreecommitdiff
path: root/graphics/gimp-docs/patches
diff options
context:
space:
mode:
authorwulf <wulf>2007-12-11 02:10:11 +0000
committerwulf <wulf>2007-12-11 02:10:11 +0000
commit81784b7a53e225579557af32f1448d5a0513226b (patch)
tree70fde0e517d87cb9b285bb4bb802fe33a223452e /graphics/gimp-docs/patches
parent5f69aebfd00cad9716076a32cd2902982fa62ae2 (diff)
downloadpkgsrc-81784b7a53e225579557af32f1448d5a0513226b.tar.gz
Updated gimp-docs to version 2.4.0: Bring inline with current version of GIMP
Diffstat (limited to 'graphics/gimp-docs/patches')
-rw-r--r--graphics/gimp-docs/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gimp-docs/patches/patch-aa b/graphics/gimp-docs/patches/patch-aa
new file mode 100644
index 00000000000..943eeb50fe2
--- /dev/null
+++ b/graphics/gimp-docs/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2007/12/11 02:10:12 wulf Exp $
+
+--- Makefile.in.orig 2007-12-11 04:58:18.000000000 +1030
++++ Makefile.in 2007-12-11 05:01:07.000000000 +1030
+@@ -791,7 +791,7 @@
+ @echo -n "** Installing HTML:"
+ @cd html && \
+ for lang in $(ALL_LINGUAS); do \
+- cp -a $$lang $(DESTDIR)$(helpdir) && echo -n " $$lang"; \
++ cp -Rp $$lang $(DESTDIR)$(helpdir) && echo -n " $$lang"; \
+ done
+ @echo .
+