freebsd-ports/finance/quickfix/files/patch-src-ruby-Makefile.in
Kurt Jaeger a2ca2ac2e5 New port: finance/quickfix
The Financial Information Exchange (FIX) Protocol is a message
standard developed to facilitate the electronic exchange of information
related to securities transactions. It is intended for use between
trading partners wishing to automate communications.

QuickFIX is a free and open source implementation of the FIX protocol.

WWW: http://www.fixprotocol.org/
WWW: http://www.quickfixengine.org/

PR:		193504
Submitted by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com>
Reviewed by:	marino, pawel, w.schwarzenfeld@utanet.at
2018-02-25 19:33:57 +00:00

16 lines
720 B
Text

--- src/ruby/Makefile.in.orig 2014-09-15 06:24:20 UTC
+++ src/ruby/Makefile.in
@@ -458,9 +458,10 @@ clean-local:
rm -rf $(local_ruby_lib)
install-exec-local:
- cp -f $(top_builddir)/lib/ruby/*.rb $(RUBY_SITE_PACKAGES)
- cp -f $(top_builddir)/lib/ruby/quickfix.so $(RUBY_SITE_PACKAGES) || :
- cp -f $(top_builddir)/lib/ruby/quickfix.bundle $(RUBY_SITE_PACKAGES) || :
+ $(MKDIR_P) "$(DESTDIR)$(RUBY_SITE_PACKAGES)"
+ cp -f $(top_builddir)/lib/ruby/*.rb $(DESTDIR)$(RUBY_SITE_PACKAGES)
+ cp -f $(top_builddir)/lib/ruby/quickfix.so $(DESTDIR)$(RUBY_SITE_PACKAGES) || :
+ cp -f $(top_builddir)/lib/ruby/quickfix.bundle $(DESTDIR)$(RUBY_SITE_PACKAGES) || :
uninstall-local:
rm -rf $(RUBY_SITE_PACKAGES)/quickfix*.rb