diff options
author | hubertf <hubertf@pkgsrc.org> | 2003-09-19 02:02:07 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2003-09-19 02:02:07 +0000 |
commit | 2b23a8f5280bdd3e1ee7d188e6ffa1f548270ec8 (patch) | |
tree | 66d1cafb6874922b94ef51e28f9ff7ea71da6d8a /security/srp_client | |
parent | 9de61d184170b34eba842e8838b79588d678dbaf (diff) | |
download | pkgsrc-2b23a8f5280bdd3e1ee7d188e6ffa1f548270ec8.tar.gz |
fix HOMEPAGE
Diffstat (limited to 'security/srp_client')
-rw-r--r-- | security/srp_client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile index 20ded2c71e5..383ee7734ec 100644 --- a/security/srp_client/Makefile +++ b/security/srp_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2003/07/21 17:20:37 martti Exp $ +# $NetBSD: Makefile,v 1.25 2003/09/19 02:02:07 hubertf Exp $ DISTNAME= srp-1.4.4 PKGNAME= srp-client-1.4.4 @@ -7,7 +7,7 @@ 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://www-cs-students.stanford.edu/~tjw/srp/ +HOMEPAGE= http://srp.stanford.edu/ COMMENT= Client programs using Secure Remote Password protocol LICENSE= srp_client-license |