diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-05-26 12:10:16 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-05-26 12:10:16 +0800 |
commit | 7efcccf25a002a64a7d3802e680f1a7e729e83d6 (patch) | |
tree | 6e5ad1298ff7f350398c04f405896e5d18a191d6 | |
parent | d2d0e98fe6759b23f87e68bce36c475c396a4dbd (diff) | |
download | freebsd-ports-gnome-7efcccf25a002a64a7d3802e680f1a7e729e83d6.tar.gz freebsd-ports-gnome-7efcccf25a002a64a7d3802e680f1a7e729e83d6.tar.zst freebsd-ports-gnome-7efcccf25a002a64a7d3802e680f1a7e729e83d6.zip |
- fix MASTER_SITES
Reported by: QAT
-rw-r--r-- | irc/xchat-fish/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/xchat-fish/Makefile b/irc/xchat-fish/Makefile index 79c2bd06b733..03fb829aaf81 100644 --- a/irc/xchat-fish/Makefile +++ b/irc/xchat-fish/Makefile @@ -9,7 +9,8 @@ PORTNAME= fish DISTVERSION= 0.98 PORTREVISION= 1 CATEGORIES= irc security -MASTER_SITES= http://fish.sekure.us/xchat/ +#MASTER_SITES= http://fish.sekure.us/xchat/ +MASTER_SITES= ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/ PKGNAMEPREFIX= xchat- DISTNAME= FiSH-XChat.v${DISTVERSION}-source |