summaryrefslogtreecommitdiff
path: root/ftp/downloader/files/patch-main:Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ftp/downloader/files/patch-main:Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/ftp/downloader/files/patch-main:Makefile.in b/ftp/downloader/files/patch-main:Makefile.in
deleted file mode 100644
index c9d38e47d0ee..000000000000
--- a/ftp/downloader/files/patch-main:Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- main/Makefile.in.orig Wed May 1 03:16:32 2002
-+++ main/Makefile.in Wed May 1 03:17:03 2002
-@@ -251,7 +251,7 @@
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- ; then \
-- f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
-+ f=`echo $$p1|sed 's/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \
- $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f; \
- else :; fi; \