diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2024-10-28 16:10:41 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2024-10-30 09:00:36 +0000 |
commit | 248da52a11dd3376a5259bfc9abe52e3d0846a41 (patch) | |
tree | d8ebd732e165e9732fd3187d4d3a3f0c211bf7d4 | |
parent | 99d3c911969b305288af636ec216bac469bb361e (diff) |
-rw-r--r-- | textproc/man2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |