diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-05-26 04:10:16 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-05-26 04:10:16 +0000 |
commit | 7efcccf25a002a64a7d3802e680f1a7e729e83d6 (patch) | |
tree | 6e5ad1298ff7f350398c04f405896e5d18a191d6 /irc | |
parent | d2d0e98fe6759b23f87e68bce36c475c396a4dbd (diff) | |
download | FreeBSD-ports-7efcccf25a002a64a7d3802e680f1a7e729e83d6.zip FreeBSD-ports-7efcccf25a002a64a7d3802e680f1a7e729e83d6.tar.gz |
- fix MASTER_SITES
Reported by: QAT
Diffstat (limited to 'irc')
-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 79c2bd0..03fb829 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 |