summaryrefslogtreecommitdiff
path: root/math/gretl/files/patch-plugin__Makefile.in
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /math/gretl/files/patch-plugin__Makefile.in
parenteditors/fte: update to 20110708 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes: svn path=/head/; revision=363362
Diffstat (limited to 'math/gretl/files/patch-plugin__Makefile.in')
-rw-r--r--math/gretl/files/patch-plugin__Makefile.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/gretl/files/patch-plugin__Makefile.in b/math/gretl/files/patch-plugin__Makefile.in
new file mode 100644
index 000000000000..c7d66c786d8f
--- /dev/null
+++ b/math/gretl/files/patch-plugin__Makefile.in
@@ -0,0 +1,18 @@
+--- plugin/Makefile.in.orig 2013-02-19 10:08:31.000000000 -0500
++++ plugin/Makefile.in 2013-04-20 18:20:25.000000000 -0400
+@@ -350,13 +350,13 @@
+ .PHONY:
+
+ install: $(GRETLLIB) $(PLUGINS) $(URCDATA) $(DWDATA) installdirs
+- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) \
++ $(LIBTOOL) --mode=install $(INSTALL_DATA) \
+ $(PLUGINS) $(DESTDIR)$(plugindir)
+ $(INSTALL_DATA) $(URCDATA) $(DESTDIR)$(plugindir)/data
+ $(INSTALL_DATA) $(DWDATA) $(DESTDIR)$(plugindir)/data
+
+ install-strip: $(GRETLLIB) $(PLUGINS) installdirs
+- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -s \
++ $(LIBTOOL) --mode=install $(INSTALL_DATA) -s \
+ $(PLUGINS) $(DESTDIR)$(plugindir)
+
+ installdirs: