diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-06-07 19:11:53 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-06-07 19:11:53 +0000 |
commit | 3f5f1a7640d63d4a8060dc7a8e388666f56e389c (patch) | |
tree | ebddc684157a331c6dab01ef3eb49e5f709acf3e /ftp/downloader/files/patch-DOC:Makefile.in | |
parent | Have 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-DOC:Makefile.in | 20 |
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 |