diff options
author | jim <jim@FreeBSD.org> | 1999-09-01 22:18:11 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 1999-09-01 22:18:11 +0000 |
commit | 9b9eef4c8bd92b5faa94d469c224428fbf9a2b54 (patch) | |
tree | 573d2833e203632f177651edeaa2243e2b789273 /irc/xchat2 | |
parent | cdb545aff01651639d4b3302da5986a105e04433 (diff) | |
download | FreeBSD-ports-9b9eef4c8bd92b5faa94d469c224428fbf9a2b54.zip FreeBSD-ports-9b9eef4c8bd92b5faa94d469c224428fbf9a2b54.tar.gz |
Fixed download path in MASTER_SITES.
Submitted by: obrien
Diffstat (limited to 'irc/xchat2')
-rw-r--r-- | irc/xchat2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index a91290e..a5a6838 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -8,8 +8,8 @@ DISTNAME= xchat-1.2.0 CATEGORIES= irc -MASTER_SITES= http://xchat.org/files/beta/ \ - http://xchat.linuxpower.org/files/beta/ +MASTER_SITES= http://xchat.org/files/ \ + http://xchat.linuxpower.org/files/ MAINTAINER= jim@FreeBSD.org |