aboutsummaryrefslogtreecommitdiff
path: root/graphics/entice/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/entice/files/patch-Makefile.in')
-rw-r--r--graphics/entice/files/patch-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/entice/files/patch-Makefile.in b/graphics/entice/files/patch-Makefile.in
new file mode 100644
index 000000000000..a5e58c92287c
--- /dev/null
+++ b/graphics/entice/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Tue Sep 25 11:13:50 2001
++++ Makefile.in Sun Oct 7 20:05:23 2001
+@@ -400,7 +400,7 @@
+ if test -d $(srcdir)/data; then \
+ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/data; \
+ for d in $(srcdir)/data/*; do \
+- cp -afr $$d $(DESTDIR)$(pkgdatadir)/data; \
++ cp -pfR $$d $(DESTDIR)$(pkgdatadir)/data; \
+ done \
+ fi
+