diff options
author | kwm <kwm@FreeBSD.org> | 2004-11-26 00:32:53 +0000 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2004-11-26 00:32:53 +0000 |
commit | 791cbfbbbf566d2a256d025820de3cdf09ec7e44 (patch) | |
tree | 340158119cadb2bb56fc59a928b0ee790eebbb21 /irc/xchat2 | |
parent | 0c138ec24dbd61c41e7f4159b5de15bcf1e6a749 (diff) | |
download | FreeBSD-ports-791cbfbbbf566d2a256d025820de3cdf09ec7e44.zip FreeBSD-ports-791cbfbbbf566d2a256d025820de3cdf09ec7e44.tar.gz |
Add mirrors so make fetch works again.
Reported by: pointyhat via kris
Approved by: pav (mentor)
Diffstat (limited to 'irc/xchat2')
-rw-r--r-- | irc/xchat2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 0723103..5cc5028 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -8,7 +8,9 @@ PORTNAME= xchat2 PORTVERSION= 2.4.1 CATEGORIES= irc gnome ipv6 -MASTER_SITES= http://xchat.org/files/source/2.4/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://xchat.org/files/source/2.4/ +MASTER_SITE_SUBDIR= ${PORTNAME:S|2||} DISTNAME= xchat-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org |