diff options
author | jkh <jkh@FreeBSD.org> | 1998-03-10 13:58:16 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-03-10 13:58:16 +0000 |
commit | 6fc2271a7a1d7a3110c486d3d66cb8abbb825a5a (patch) | |
tree | 364bd909e4d1978d995f2bfc42618a6470f1e6f7 /security/ssh2 | |
parent | 48cb86e829b368c9ae216a030621466ff696566a (diff) | |
download | FreeBSD-ports-6fc2271a7a1d7a3110c486d3d66cb8abbb825a5a.zip FreeBSD-ports-6fc2271a7a1d7a3110c486d3d66cb8abbb825a5a.tar.gz |
Further adjustments to english.
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 29b7c28..7fb1143 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.50 1998/01/20 23:50:03 imp Exp $ +# $Id: Makefile,v 1.51 1998/03/10 13:56:14 jkh Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -73,9 +73,9 @@ pre-patch: fetch-depends: .if !defined(USA_RESIDENT) || ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO @echo - @echo You must set variable USA_RESIDENT to YES if you are a USA - @echo resident or NO otherwise. - @echo If you are a USA resident then this port must also fetch + @echo You must set the variable USA_RESIDENT to YES if you are a + @echo United States resident, otherwise NO. + @echo If you are a US resident then this port must also fetch @echo the RSAREF2 library from sources abroad \(RSA Inc. holds a @echo patent on RSA and public key crypto in general in the United @echo States so using RSA implementations other than RSAREF there |