diff options
-rw-r--r-- | security/srp_client/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile index d716e8f24aa..f2afa00b404 100644 --- a/security/srp_client/Makefile +++ b/security/srp_client/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.19 2002/01/20 01:30:36 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2002/08/12 18:39:58 wiz Exp $ DISTNAME= srp-1.4.4 PKGNAME= srp-client-1.4.4 CATEGORIES= security net -MASTER_SITES= ftp://ftp.win.or.jp/pub/network/security/srp/ +MASTER_SITES= ftp://ftp.win.ne.jp/pub/network/security/srp/ \ + ftp://ftp.zedz.net/pub/crypto/programs/srp/ MAINTAINER= jlam@netbsd.org -#HOMEPAGE= http://srp.stanford.edu/srp/ +HOMEPAGE= http://www-cs-students.stanford.edu/~tjw/srp/ COMMENT= client programs using Secure Remote Password protocol BUILD_DEPENDS+= automake>=1.4:../../devel/automake |