summaryrefslogtreecommitdiff
path: root/ftp/downloader/files/patch-DOC:Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ftp/downloader/files/patch-DOC:Makefile.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/ftp/downloader/files/patch-DOC:Makefile.in b/ftp/downloader/files/patch-DOC:Makefile.in
deleted file mode 100644
index 7a37e8e22366..000000000000
--- a/ftp/downloader/files/patch-DOC:Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- DOC/Makefile.in.orig Wed May 1 03:22:50 2002
-+++ DOC/Makefile.in Wed May 1 03:27:40 2002
-@@ -37,7 +37,7 @@
- mandir = @mandir@
- includedir = @includedir@
- oldincludedir = /usr/include
--pkgdatadir = $(datadir)/@PACKAGE@
-+pkgdatadir = $(datadir)/doc/@PACKAGE@
- pkglibdir = $(libdir)/@PACKAGE@
- pkgincludedir = $(includedir)/@PACKAGE@
- top_builddir = ..
-@@ -161,7 +161,7 @@
- ext=`echo $$i | sed -e 's/^.*\\.//'`; \
- inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
- inst=`echo $$inst | sed -e 's/^.*\///'`; \
-- inst=`echo $$inst | sed '$(transform)'`.$$ext; \
-+ inst=`echo $$inst`.$$ext; \
- echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
- $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
- done