diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2017-08-01 17:07:58 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2017-08-01 17:07:58 +0000 |
commit | c550e11dac349a078eff978b930fd7947e079b39 (patch) | |
tree | 7f6e91fcf4d587542cad048f5ce93f719ca72873 /irc/ratbox-respond | |
parent | 01b65ccafeecede7be67b8ff9b06738e9cd78ce9 (diff) |
- MASTER_SITES cleanup
Notes
Notes:
svn path=/head/; revision=447034
Diffstat (limited to 'irc/ratbox-respond')
-rw-r--r-- | irc/ratbox-respond/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/ratbox-respond/Makefile b/irc/ratbox-respond/Makefile index 314f3a13a124..e7aa35a81196 100644 --- a/irc/ratbox-respond/Makefile +++ b/irc/ratbox-respond/Makefile @@ -6,7 +6,8 @@ PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= irc sysutils MASTER_SITES= http://www.ratbox.org/download/${PORTNAME}/ \ - http://mirrors.gigenet.com/ratbox/${PORTNAME}/ + http://mirrors.gigenet.com/ratbox/${PORTNAME}/ \ + ZI MAINTAINER= zi@FreeBSD.org COMMENT= Client-side implementation of the challenge oper system in ircd-ratbox |