diff options
author | wiz <wiz@pkgsrc.org> | 2000-03-07 12:02:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-03-07 12:02:35 +0000 |
commit | 8d3cbadc9ad7eef97820f17ed3f883f8667c3e43 (patch) | |
tree | 850fa89a45ac95c00edc436a893e369311455060 /security | |
parent | fa143361270518eb8659f0e8ab2c9fbb1fe43960 (diff) | |
download | pkgsrc-8d3cbadc9ad7eef97820f17ed3f883f8667c3e43.tar.gz |
correct homepage (www.openssh.org is not the official site!)
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index d4a339d817e..d1930681980 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/01/27 17:12:02 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2000/03/07 12:02:35 wiz Exp $ # DISTNAME= openssh-1.2.2 @@ -9,7 +9,7 @@ MASTER_SITES= http://the.wiretapped.net/security/cryptography/ssh/OpenSSH/files ftp://sunsite.cnlab-switch.ch/mirror/OpenSSH/files/ MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.openssh.org/ +HOMEPAGE= http://www.openssh.com/ DEPENDS= openssl-[0-9]*:../../security/openssl BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5 |