diff options
author | jkh <jkh@FreeBSD.org> | 1998-03-10 21:58:16 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-03-10 21:58:16 +0800 |
commit | 6fc2271a7a1d7a3110c486d3d66cb8abbb825a5a (patch) | |
tree | 364bd909e4d1978d995f2bfc42618a6470f1e6f7 /security | |
parent | 48cb86e829b368c9ae216a030621466ff696566a (diff) | |
download | freebsd-ports-gnome-6fc2271a7a1d7a3110c486d3d66cb8abbb825a5a.tar.gz freebsd-ports-gnome-6fc2271a7a1d7a3110c486d3d66cb8abbb825a5a.tar.zst freebsd-ports-gnome-6fc2271a7a1d7a3110c486d3d66cb8abbb825a5a.zip |
Further adjustments to english.
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 8 | ||||
-rw-r--r-- | security/ssh2/Makefile | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 29b7c28c6dc4..7fb1143c8fb1 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.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 diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 29b7c28c6dc4..7fb1143c8fb1 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 |