diff options
author | jim <jim@FreeBSD.org> | 2002-01-13 17:04:50 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2002-01-13 17:04:50 +0800 |
commit | eee61606a7e809641e124de4a02ca31eb9176ac3 (patch) | |
tree | bd7b48ab7e48d33516f2060bc898f2b5a3b00e80 /irc/xchat-gnome/Makefile | |
parent | b07550e029d291e8a00cf604a98d0f75831687c7 (diff) | |
download | freebsd-ports-gnome-eee61606a7e809641e124de4a02ca31eb9176ac3.tar.gz freebsd-ports-gnome-eee61606a7e809641e124de4a02ca31eb9176ac3.tar.zst freebsd-ports-gnome-eee61606a7e809641e124de4a02ca31eb9176ac3.zip |
Fix MASTER_SITES.
PR: 33830
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Diffstat (limited to 'irc/xchat-gnome/Makefile')
-rw-r--r-- | irc/xchat-gnome/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 02ffae25a117..5b390a117d42 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -8,8 +8,7 @@ PORTNAME= xchat PORTVERSION= 1.8.7 CATEGORIES+= irc gnome ipv6 -MASTER_SITES= http://xchat.org/files/source/1.8/ \ - http://xchat.linuxpower.org/files/source/1.8/ +MASTER_SITES= http://xchat.sourceforge.net/ MAINTAINER?= jim@FreeBSD.org |