diff options
author | heinz <heinz@pkgsrc.org> | 2007-11-12 18:17:28 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-11-12 18:17:28 +0000 |
commit | 1cb3f5c27b76386f6898063145a3a29c61cce74e (patch) | |
tree | dd0434b1951bb3d1115fde18aa4297756d7bb6ab /chat/silc-client | |
parent | c2c64e32b44617ed679c6742ab754b2ac9d7d713 (diff) | |
download | pkgsrc-1cb3f5c27b76386f6898063145a3a29c61cce74e.tar.gz |
Removed master site www.at.silcnet.org, does not resolve anymore in DNS.
Mentioned in PR pkg/37308 by Zafer Aydogan.
Diffstat (limited to 'chat/silc-client')
-rw-r--r-- | chat/silc-client/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile index bca76101a67..a67ab8bb74c 100644 --- a/chat/silc-client/Makefile +++ b/chat/silc-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2007/05/18 21:04:25 salo Exp $ +# $NetBSD: Makefile,v 1.48 2007/11/12 18:17:28 heinz Exp $ # DISTNAME= ${SILC_CLIENT_DISTNAME} @@ -6,8 +6,7 @@ CATEGORIES= chat security MASTER_SITES= http://www.silcnet.org/download/client/sources/ \ ftp://ftp.silcnet.org/silc/client/sources/ \ http://www.fi.silcnet.org/download/client/sources/ \ - ftp://ftp.au.silcnet.org/pub/silcnet/client/sources/ \ - http://www.at.silcnet.org/download/client/sources/ + ftp://ftp.au.silcnet.org/pub/silcnet/client/sources/ EXTRACT_SUFX= ${SILC_CLIENT_EXTRACT_SUFX} MAINTAINER= salo@NetBSD.org |