From 3f5f1a7640d63d4a8060dc7a8e388666f56e389c Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Fri, 7 Jun 2002 19:11:53 +0000 Subject: o Update to 2.01 o Uphold NOPORTDOCS o Remove patches turned into perl regexp PR: 38996 Submitted by: KATO Tsuguru --- ftp/downloader/files/patch-DOC:Makefile.in | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 ftp/downloader/files/patch-DOC:Makefile.in (limited to 'ftp/downloader/files/patch-DOC:Makefile.in') 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 -- cgit v1.2.3