diff options
author | krion <krion@FreeBSD.org> | 2004-05-10 19:47:58 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-10 19:47:58 +0800 |
commit | 70b3a6280d68c42ed232a475cb47b9a838a871fe (patch) | |
tree | 626b7697d4f58f8ce366fb344f4121ced2eb9a97 /irc | |
parent | f8a01e516c54e208ed68bbf116b36b93f1d5aeef (diff) | |
download | freebsd-ports-gnome-70b3a6280d68c42ed232a475cb47b9a838a871fe.tar.gz freebsd-ports-gnome-70b3a6280d68c42ed232a475cb47b9a838a871fe.tar.zst freebsd-ports-gnome-70b3a6280d68c42ed232a475cb47b9a838a871fe.zip |
- Fix MASTER_SITES
PR: ports/66446
Submitted by: maintainer
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat-gnome/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index ce041874bec1..1ccda7e274d2 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -8,7 +8,8 @@ PORTNAME= xchat PORTVERSION= 0.1 CATEGORIES= irc gnome ipv6 -MASTER_SITES= http://navi.cx/releases/ +MASTER_SITES= http://navi.cx/releases/ \ + http://members.chello.nl/~g.mast/distfiles/ PKGNAMESUFFIX= -gnome DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} |