summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authormycroft <mycroft>1998-07-13 13:08:06 +0000
committermycroft <mycroft>1998-07-13 13:08:06 +0000
commit588a6575915910b59df20a62280e7ad20b1ab0a7 (patch)
treed3ddc97627feea0c9e64e17f900c0a975481b545 /security/ssh
parent490275e521d3c48a480f8d8767f7044208131001 (diff)
downloadpkgsrc-588a6575915910b59df20a62280e7ad20b1ab0a7.tar.gz
We use American English.
licence -> license
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile6
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}