diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-16 19:12:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-16 19:12:27 +0000 |
commit | 6868b01079b01470423f0f9ed91a03cddf8259b9 (patch) | |
tree | da11ced0acbaf37e7a0e19cd139a64d7537fe9de /chat | |
parent | ca1ae4011408fb67d73af002e508b2c16664e78d (diff) | |
download | pkgsrc-6868b01079b01470423f0f9ed91a03cddf8259b9.tar.gz |
Update MASTER_SITES. From Zafer Aydogan in PR 31835.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/fugu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/fugu/Makefile b/chat/fugu/Makefile index 283c8412bd8..3ab98be4991 100644 --- a/chat/fugu/Makefile +++ b/chat/fugu/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.17 2005/04/11 21:45:03 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/10/16 19:12:27 wiz Exp $ # DISTNAME= fugu-1.0 PKGREVISION= 2 CATEGORIES= chat -MASTER_SITES= http://fugu.gale.org/dist/ +MASTER_SITES= http://fugu.gale.org/dist/ \ + http://fugu.gale.org/dist/old/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://fugu.gale.org/ |