diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-03-10 13:56:14 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-03-10 13:56:14 +0000 |
commit | 753501db5d74d3badd2730dfc035fba99ea52ebe (patch) | |
tree | 2dbdee61269a361fb65f2daeda356f0443ed32bd /security/ssh | |
parent | Fix bad math. (diff) |
Clean up and clarify some english user prompts in the Makefile which
have been bugging me for many months. :)
Notes
Notes:
svn path=/head/; revision=10095
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index d76c5191fbf6..29b7c28c6dc4 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.49 1997/12/24 18:46:11 imp Exp $ +# $Id: Makefile,v 1.50 1998/01/20 23:50:03 imp Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -75,11 +75,11 @@ fetch-depends: @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 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 than - @echo RSAREF will violate the US patent law\) - @echo and extract it to ${WRKSRC}. + @echo If you are a USA 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 + @echo may violate US patent law\). @false .endif |