diff options
author | jkh <jkh@FreeBSD.org> | 1998-03-10 21:56:14 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-03-10 21:56:14 +0800 |
commit | 48cb86e829b368c9ae216a030621466ff696566a (patch) | |
tree | 6f4110028c4e4c6c6271ae59bce6207737fb103e /security | |
parent | 9ae217d9c2cef4f6fd663b5af3a854759dc2a17f (diff) | |
download | freebsd-ports-gnome-48cb86e829b368c9ae216a030621466ff696566a.tar.gz freebsd-ports-gnome-48cb86e829b368c9ae216a030621466ff696566a.tar.zst freebsd-ports-gnome-48cb86e829b368c9ae216a030621466ff696566a.zip |
Clean up and clarify some english user prompts in the Makefile which
have been bugging me for many months. :)
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 12 | ||||
-rw-r--r-- | security/ssh2/Makefile | 12 |
2 files changed, 12 insertions, 12 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 diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index d76c5191fbf6..29b7c28c6dc4 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.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 |