ports/www/wget2/files/patch-docs_Makefile.am
Dmitry Marakasov 33aebe34ea www/wget2: add port: File and recursive website downloader
GNU Wget2 is the successor of GNU Wget, a file and recursive website
    downloader.

    Designed and written from scratch it wraps around libwget, that
    provides the basic functions needed by a web client.

    Wget2 works multi-threaded and uses many features to allow fast
    operation.

    In many cases Wget2 downloads much faster than Wget1.x due to HTTP2,
    HTTP compression, parallel connections and use of If-Modified-Since
    HTTP header.

    WWW: https://gitlab.com/gnuwget/wget2

Unlike wget, this was placed into www category as it does no longer
support ftp.
2021-11-18 14:48:16 +03:00

12 lines
533 B
Text

Don't build the info page which is not installed anyway
--- docs/Makefile.am.orig 2021-08-21 17:47:39 UTC
+++ docs/Makefile.am
@@ -49,8 +49,6 @@ $(man1_MANS): wget2.stamp
wget2.stamp:
mkdir -p $(builddir)/man/man1
PANDOC=$(PANDOC) sh $(builddir)/wget2_md2man.sh $(srcdir)/wget2.md $(builddir)/man/man1/wget2.1
- $(PANDOC) -s -f markdown -t texinfo -o $(builddir)/wget2.texi $(srcdir)/wget2.md
- $(MAKEINFO) --force -o $(builddir)/wget2.info $(builddir)/wget2.texi
echo > wget2.stamp
DISTCLEANFILES += wget2.texi wget2.info