diff options
author | fredb <fredb> | 2000-09-09 20:23:49 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-09-09 20:23:49 +0000 |
commit | d20f9c93baaa3b14bc61ae956a02d5d51df5a176 (patch) | |
tree | 1c2d4cefd0d9d4989a9e45a913cc3576e7dad754 /security | |
parent | 162f008b427e6783ab7d8ec9026083bf8a705564 (diff) | |
download | pkgsrc-d20f9c93baaa3b14bc61ae956a02d5d51df5a176.tar.gz |
Garbage collect defunct MASTER_SITES.
Diffstat (limited to 'security')
-rw-r--r-- | security/srp_client/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile index 5e13a5eb881..2235c02a53b 100644 --- a/security/srp_client/Makefile +++ b/security/srp_client/Makefile @@ -1,19 +1,13 @@ -# $NetBSD: Makefile,v 1.8 2000/09/09 20:02:27 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2000/09/09 20:23:49 fredb Exp $ # DISTNAME= srp-1.4.4 PKGNAME= srp-client-1.4.4 CATEGORIES= security net -MASTER_SITES= ftp://paris.arcot.com/pub/srp/ \ - ftp://srp.stanford.edu/pub/srp/ \ - ftp://labrea.stanford.edu/pub/srp/ \ - ftp://ftp.kfki.hu/pub/packages/security/srp/ \ - ftp://ftp.bandit.co.jp/pub/srp/ \ - ftp://ftp.win.or.jp/pub/network/security/srp/ \ - ftp://ftp.replay.com/pub/crypto/crypto/APPS/srp/ +MASTER_SITES= ftp://ftp.win.or.jp/pub/network/security/srp/ MAINTAINER= jlam@netbsd.org -HOMEPAGE= http://srp.stanford.edu/srp/ +#HOMEPAGE= http://srp.stanford.edu/srp/ BUILD_DEPENDS+= autoconf:../../devel/autoconf BUILD_DEPENDS+= automake:../../devel/automake |