1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/math/gretl/files/patch-plugin::Makefile.in
Brendan Fabeny 8c2eaf8ceb update to 1.9.12
Feature safe:	yes
2013-04-21 15:00:50 +00:00

19 lines
674 B
Plaintext

--- 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: