diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-05-08 10:18:54 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-05-08 10:18:54 +0000 |
commit | 22899d530747a3f9dd68c0ff65ca51beee17121d (patch) | |
tree | 18ff20401ddfc6c91406f7f94ecf449c9caa24f9 /security | |
parent | 1140042c874dbda5ec16959be2d2f5da23be34d4 (diff) | |
download | pkgsrc-22899d530747a3f9dd68c0ff65ca51beee17121d.tar.gz |
s/MIT/RSA licensees/, per mycroft
Diffstat (limited to 'security')
-rw-r--r-- | security/pgp2/Makefile | 10 | ||||
-rw-r--r-- | security/ssh/Makefile | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index f290f0d5ecc..ecd8487c05e 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/27 11:45:40 tv Exp $ +# $NetBSD: Makefile,v 1.8 1998/05/08 10:18:54 hubertf Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp # @@ -58,10 +58,10 @@ ASMFLAG= -DPORTABLE -DMPORTABLE pre-fetch: @${ECHO} @${ECHO} The variable USE_RSAREF2 must be set to either YES or NO - @${ECHO} in order to build this package. USA residents not at the - @${ECHO} Massachusetts Institute of Technology MUST set this - @${ECHO} variable to YES. Users outside the USA MUST set this - @${ECHO} variable to NO. People at MIT may choose -- NO is faster. + @${ECHO} in order to build this package. USA residents that are + @${ECHO} no licensees of the RSA algorithm MUST set this variable + @${ECHO} to YES. Users outside the USA MUST set this variable to + @${ECHO} NO. Licensees may choose -- NO is faster. @${FALSE} .endif diff --git a/security/ssh/Makefile b/security/ssh/Makefile index aa4d7fc42d2..1b5c00f5520 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1998/04/22 14:22:48 agc Exp $ +# $NetBSD: Makefile,v 1.18 1998/05/08 10:18:54 hubertf Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -91,10 +91,10 @@ fetch-depends: .if !defined(USE_RSAREF2) || ${USE_RSAREF2} != YES && ${USE_RSAREF2} != NO @${ECHO} @${ECHO} The variable USE_RSAREF2 must be set to either YES or NO - @${ECHO} in order to build this package. USA residents not at the - @${ECHO} Massachusetts Institute of Technology MUST set this - @${ECHO} variable to YES. Users outside the USA MUST set this - @${ECHO} variable to NO. People at MIT may choose -- NO is faster. + @${ECHO} in order to build this package. People with no RSA + @${ECHO} licence MUST set this variable to YES. Users outside + @${ECHO} the USA MUST set this variable to NO. RSA licensees may + @${ECHO} choose -- NO is faster. @${ECHO} @${ECHO} You may also want to set DONT_USE_IDEA to YES if this program @${ECHO} will be used for a commercial purpose. There are other |