diff options
author | wiz <wiz> | 2007-11-12 00:04:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-11-12 00:04:06 +0000 |
commit | b2bf00d2f2a853c2193bf9917c9e5f08e47c8899 (patch) | |
tree | a065030ddbe463f3f6ec2d5d0239a9f51a200948 /security | |
parent | b82ae1287bf072704e0ae2d80af04f47f2caa18c (diff) | |
download | pkgsrc-b2bf00d2f2a853c2193bf9917c9e5f08e47c8899.tar.gz |
Remove ftp.lothar.com from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37328.
Diffstat (limited to 'security')
-rw-r--r-- | security/egd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/egd/Makefile b/security/egd/Makefile index e89c2b98ed4..36269bd26e1 100644 --- a/security/egd/Makefile +++ b/security/egd/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:30:33 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2007/11/12 00:04:06 wiz Exp $ # DISTNAME= egd-0.8 PKGREVISION= 1 CATEGORIES= security -MASTER_SITES= ftp://ftp.lothar.com/linux/ \ - http://www.lothar.com/pub/ +MASTER_SITES= http://www.lothar.com/pub/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lothar.com/tech/crypto/ |