From 248da52a11dd3376a5259bfc9abe52e3d0846a41 Mon Sep 17 00:00:00 2001 From: Robert Clausecker Date: Mon, 28 Oct 2024 17:10:41 +0100 Subject: [PATCH] textproc/man2html: adjust WWW to new domain Tedickey's old domain seems to be down. Point to his new one. --- textproc/man2html/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/man2html/Makefile b/textproc/man2html/Makefile index d045af83b35e..b50bd1339d75 100644 --- a/textproc/man2html/Makefile +++ b/textproc/man2html/Makefile @@ -6,7 +6,7 @@ DISTNAME= man2html-${DISTVERSION:E} MAINTAINER= fuz@FreeBSD.org COMMENT= Convert nroff(1) man pages to HTML -WWW= https://dickey.his.com/scripts/man2html.html +WWW= https://invisible-island.net/scripts/man2html.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING