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/ssh2/Makefile | |
parent | ce3e17f26e8554fc9a9787ba1c7a2e156a032094 (diff) |
Patches are now available from www.ssh.org/patches
Submitted by: Issei Suzuki <issei@jp.freebsd.org>
Notes
Notes:
svn path=/head/; revision=23332
Diffstat (limited to 'security/ssh2/Makefile')
-rw-r--r-- | security/ssh2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 569014ab7f07..6cc9541b049e 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ \ ftp://sunsite.unc.edu/pub/packages/security/ssh/ \ ftp://ftp.kyoto.wide.ad.jp/pub/security/ssh/ +PATCHFILES= patch-${DISTNAME}-bsd.tty.chown +PATCH_SITES= http://www.ssh.org/patches/ + MAINTAINER= issei@jp.FreeBSD.org RESTRICTED= "Crypto; export-controlled" |