diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch) | |
tree | 128ce8505dc266bea10a8cf389f38de197424aed /comms/openobex/files/patch-Makefile.in | |
parent | 639a61155c89af6b9b01d796a82cbd2ad643a299 (diff) | |
download | ports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.tar.gz ports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.zip |
Notes
Diffstat (limited to 'comms/openobex/files/patch-Makefile.in')
-rw-r--r-- | comms/openobex/files/patch-Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/comms/openobex/files/patch-Makefile.in b/comms/openobex/files/patch-Makefile.in new file mode 100644 index 000000000000..f782e3a86796 --- /dev/null +++ b/comms/openobex/files/patch-Makefile.in @@ -0,0 +1,14 @@ +--- Makefile.in.orig Wed Oct 1 11:17:31 2003 ++++ Makefile.in Fri May 28 20:00:09 2004 +@@ -164,7 +164,7 @@ + if test -f $$p; then \ +- echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ +- $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ ++ echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)"; \ ++ $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir); \ + else if test -f $(srcdir)/$$p; then \ +- echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ +- $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ ++ echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)"; \ ++ $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir); \ + else :; fi; fi; \ |