diff options
author | adam <adam@FreeBSD.org> | 1997-07-01 10:39:26 +0800 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1997-07-01 10:39:26 +0800 |
commit | 2938ceb1b123c2010af2f532b7cd19193e1bf1fd (patch) | |
tree | 256743dcc0d4744e0ba662d9b1a69b524a8ca8a7 /security | |
parent | b9549729d6cd686f719d01d268602e21ce352714 (diff) | |
download | freebsd-ports-gnome-2938ceb1b123c2010af2f532b7cd19193e1bf1fd.tar.gz freebsd-ports-gnome-2938ceb1b123c2010af2f532b7cd19193e1bf1fd.tar.zst freebsd-ports-gnome-2938ceb1b123c2010af2f532b7cd19193e1bf1fd.zip |
typo in comment
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 4 | ||||
-rw-r--r-- | security/ssh2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index d0e0d4277c43..39900ff95e3e 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.40 1997/04/25 05:01:02 peter Exp $ +# $Id: Makefile,v 1.41 1997/05/24 13:17:14 jfitz Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -55,7 +55,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 countried +# commercial use may require a licence in a number of countries # Warning: untested ! .if defined(DONT_USE_IDEA) && ${DONT_USE_IDEA} == YES CONFIGURE_ARGS+= --without-idea diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index d0e0d4277c43..39900ff95e3e 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.40 1997/04/25 05:01:02 peter Exp $ +# $Id: Makefile,v 1.41 1997/05/24 13:17:14 jfitz Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -55,7 +55,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 countried +# commercial use may require a licence in a number of countries # Warning: untested ! .if defined(DONT_USE_IDEA) && ${DONT_USE_IDEA} == YES CONFIGURE_ARGS+= --without-idea |