diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-07-13 13:08:06 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-07-13 13:08:06 +0000 |
commit | c2e672f055717e5a0726fad5ca39f57ceb028b9a (patch) | |
tree | d3ddc97627feea0c9e64e17f900c0a975481b545 /security | |
parent | 30a89aa8cd13a3cf0cde16eb8953c5f785672591 (diff) | |
download | pkgsrc-c2e672f055717e5a0726fad5ca39f57ceb028b9a.tar.gz |
We use American English.
licence -> license
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 76ea8c82853..9ab6d8fb8d0 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 1998/07/10 20:07:17 tron Exp $ +# $NetBSD: Makefile,v 1.30 1998/07/13 13:09:36 mycroft Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -48,7 +48,7 @@ CONFIGURE_ARGS+= --with-secureid .endif # Don't use IDEA. IDEA can be freely used for non-commercial use. However, -# commercial use may require a licence in a number of countries +# commercial use may require a license in a number of countries # Warning: untested ! .if defined(DONT_USE_IDEA) && ${DONT_USE_IDEA} == YES CONFIGURE_ARGS+= --without-idea @@ -86,7 +86,7 @@ fetch-depends: @${ECHO} @${ECHO} The variable USE_RSAREF2 must be set to either YES or NO @${ECHO} in order to build this package. People with no RSA - @${ECHO} licence MUST set this variable to YES. Users outside + @${ECHO} license 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} |