diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-11-25 21:26:03 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-11-25 21:26:03 +0000 |
commit | 37014e3b5dc4b46a177baaa3e7a9c190fc983ee7 (patch) | |
tree | 192d81303c50eb0e4ec6c8eb89dc04142e45f643 /security/ssh | |
parent | ce3e17f26e8554fc9a9787ba1c7a2e156a032094 (diff) | |
download | ports-37014e3b5dc4b46a177baaa3e7a9c190fc983ee7.tar.gz ports-37014e3b5dc4b46a177baaa3e7a9c190fc983ee7.zip |
Notes
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 76fadb943a4e..6bf142b0edcb 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -13,8 +13,8 @@ DISTNAME= ssh-1.2.27 CATEGORIES= security net MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ -# disappeared? PATCH_SITES= http://www.ssh.fi/sshprotocols2/patches/ -PATCH_SITES= ftp://ftp2.inch.com/pub/FreeBSD/ +PATCH_SITES= http://www.ssh.org/patches/ \ + ftp://ftp2.inch.com/pub/FreeBSD/ PATCHFILES= patch-${DISTNAME}-bsd.tty.chown PATCH_DIST_STRIP= -p1 |