diff options
author | jim <jim@FreeBSD.org> | 1999-12-23 04:26:04 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 1999-12-23 04:26:04 +0800 |
commit | 4b807b2f9f94bbd339eb01241652ad74c8c1b8d1 (patch) | |
tree | cc418551f1bf225954606ad9a75d6df725e21fc2 /irc/xchat | |
parent | 495f8b2241e2f4c0b4185ee6b2f7e3ea7d2b6a52 (diff) | |
download | freebsd-ports-gnome-4b807b2f9f94bbd339eb01241652ad74c8c1b8d1.tar.gz freebsd-ports-gnome-4b807b2f9f94bbd339eb01241652ad74c8c1b8d1.tar.zst freebsd-ports-gnome-4b807b2f9f94bbd339eb01241652ad74c8c1b8d1.zip |
Fix MASTER_SITES so this distfile is actually fetchable now.
Diffstat (limited to 'irc/xchat')
-rw-r--r-- | irc/xchat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 64173e851d5e..8a58db925ef6 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -8,8 +8,8 @@ DISTNAME= xchat-1.3.8 CATEGORIES= irc -MASTER_SITES= http://xchat.org/files/v1.3/ \ - http://xchat.linuxpower.org/files/v1.3/ +MASTER_SITES= http://xchat.org/files/source/1.3/ \ + http://xchat.linuxpower.org/files/source/1.3/ MAINTAINER= jim@FreeBSD.org |