diff options
author | Jim Mock <jim@FreeBSD.org> | 1999-09-01 22:18:11 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 1999-09-01 22:18:11 +0000 |
commit | 26d414ded965a3fa1669303c247dd77b10d4434b (patch) | |
tree | 9c1525562b7044c53525bfdce78c25287a8cde1f /irc/xchat-devel | |
parent | Checksum fix and DESCR update. Merge them from wm to wm-i18n. (diff) |
Fixed download path in MASTER_SITES.
Submitted by: obrien
Diffstat (limited to 'irc/xchat-devel')
-rw-r--r-- | irc/xchat-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/xchat-devel/Makefile b/irc/xchat-devel/Makefile index a91290ea9d40..a5a683817cd3 100644 --- a/irc/xchat-devel/Makefile +++ b/irc/xchat-devel/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 |