diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-12 18:39:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-12 18:39:58 +0000 |
commit | dd9794ac2fed238ace097badb09faf5ceae49760 (patch) | |
tree | 593049441355dcc2ef4df3a7390b673c178ff84a /security/srp_client | |
parent | acebb0ccad347c42a6288217b28dbcd587778553 (diff) | |
download | pkgsrc-dd9794ac2fed238ace097badb09faf5ceae49760.tar.gz |
Update MASTER_SITES and HOMEPAGE.
Diffstat (limited to 'security/srp_client')
-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 |