diff options
author | rse <rse@FreeBSD.org> | 1997-10-10 22:29:12 +0800 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 1997-10-10 22:29:12 +0800 |
commit | b70620092149d1cbc4302801990495b4505f11ab (patch) | |
tree | f12639a9f8e482576fe64c26854f7faf423a1688 /security | |
parent | adf1a38ba972c313511d49061704571e436a70f3 (diff) | |
download | freebsd-ports-gnome-b70620092149d1cbc4302801990495b4505f11ab.tar.gz freebsd-ports-gnome-b70620092149d1cbc4302801990495b4505f11ab.tar.zst freebsd-ports-gnome-b70620092149d1cbc4302801990495b4505f11ab.zip |
fixed little typo.
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 4 | ||||
-rw-r--r-- | security/ssh2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index b4195cb7a20c..35ecfecca048 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.44 1997/09/11 18:31:52 max Exp $ +# $Id: Makefile,v 1.45 1997/09/16 00:13:23 torstenb Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -77,7 +77,7 @@ fetch-depends: @echo resident or NO otherwise. @echo If you are a USA resident you have to get the RSAREF2 @echo library \(RSA Inc. holds a patent on RSA and public key - @echo cypto in general - using RSA implementations other thann + @echo cypto in general - using RSA implementations other than @echo RSAREF will violate the US patent law\) @echo and extract it to ${WRKSRC}. @false diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index b4195cb7a20c..35ecfecca048 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.44 1997/09/11 18:31:52 max Exp $ +# $Id: Makefile,v 1.45 1997/09/16 00:13:23 torstenb Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -77,7 +77,7 @@ fetch-depends: @echo resident or NO otherwise. @echo If you are a USA resident you have to get the RSAREF2 @echo library \(RSA Inc. holds a patent on RSA and public key - @echo cypto in general - using RSA implementations other thann + @echo cypto in general - using RSA implementations other than @echo RSAREF will violate the US patent law\) @echo and extract it to ${WRKSRC}. @false |