diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2022-09-11 02:55:16 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2022-09-11 02:55:16 +0000 |
commit | 9fc3e69fd9583d554c87ffbfa0b6a1687200d646 (patch) | |
tree | b3b77bb8d9a1c67fdd5cbd2df308ce0ffeb28545 | |
parent | a41d258f25974edae899a96b6ae4991d33bbb12c (diff) | |
download | ports-9fc3e69fd9583d554c87ffbfa0b6a1687200d646.tar.gz ports-9fc3e69fd9583d554c87ffbfa0b6a1687200d646.zip |
irc/ratbox-respond: Fix WWW
-rw-r--r-- | irc/ratbox-respond/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/ratbox-respond/Makefile b/irc/ratbox-respond/Makefile index 19e0e2cc16f2..821c8652dbe1 100644 --- a/irc/ratbox-respond/Makefile +++ b/irc/ratbox-respond/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.ratbox.org/download/${PORTNAME}/ \ MAINTAINER= zi@FreeBSD.org COMMENT= Client-side implementation of the challenge oper system in ircd-ratbox -WWW= http://respond.ratbox.org/ +WWW= https://www.ratbox.org/respond/ CONFIGURE_WRKSRC=${WRKSRC}/${PORTNAME} BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} |