diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-03-10 13:58:16 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-03-10 13:58:16 +0000 |
commit | a4854ffdf899754b4f9e93cf1b6866eccff912f3 (patch) | |
tree | 695d3d22bee7ceac72f864e2e15ce8c12303c480 | |
parent | Clean up and clarify some english user prompts in the Makefile which (diff) |
Further adjustments to english.
-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 |