freebsd-ports/math/gretl/files/patch-gui2::Makefile.in
Brendan Fabeny a0cb646677 - Update to 1.9.4
- Fix the build by using the bundled
  libtool rather than devel/libtool

Approved by:	makc, miwi (mentors, implicit)
2011-03-04 08:43:28 +00:00

11 lines
504 B
Text

--- gui2/Makefile.in.orig 2010-08-28 11:10:12.000000000 -0400
+++ gui2/Makefile.in 2011-02-02 15:50:09.000000000 -0500
@@ -221,7 +221,7 @@
$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -s $(PROG) $(DESTDIR)$(bindir)/$(PROG)
install-data: installdirs
- $(INSTALL_PROGRAM) ../gretl_sh $(DESTDIR)$(bindir)/gretl
+ $(INSTALL_SCRIPT) ../gretl_sh $(DESTDIR)$(bindir)/gretl
$(INSTALL_DATA) $(topsrc)/pixmaps/gretl-logo.xpm $(DESTDIR)$(gretldir)
$(INSTALL_DATA) $(topsrc)/COPYING $(DESTDIR)$(gretldir)