summaryrefslogtreecommitdiff
path: root/ftp/downloader/files/patch-main:Makefile.in
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-06-07 19:11:53 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-06-07 19:11:53 +0000
commit3f5f1a7640d63d4a8060dc7a8e388666f56e389c (patch)
treeebddc684157a331c6dab01ef3eb49e5f709acf3e /ftp/downloader/files/patch-main:Makefile.in
parentHave GNOME extensions concatenate at end of PKGNAMESUFFIX instead (diff)
o Update to 2.01
o Uphold NOPORTDOCS o Remove patches turned into perl regexp PR: 38996 Submitted by: KATO Tsuguru <tkato@prontomail.com>
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; \