diff options
author | reed <reed> | 2005-12-28 17:57:14 +0000 |
---|---|---|
committer | reed <reed> | 2005-12-28 17:57:14 +0000 |
commit | d867d118f63e1da5726c7eb598514756bf3be0a0 (patch) | |
tree | 863b0255cb9f02eb2ab67f6810466c43b3e9d4de /security | |
parent | 40f40a00a639740077849c432b130ce8fda8b38a (diff) | |
download | pkgsrc-d867d118f63e1da5726c7eb598514756bf3be0a0.tar.gz |
Fix typo in DESCR.
Reword COMMENT (which also removes the typo).
Diffstat (limited to 'security')
-rw-r--r-- | security/libssh/DESCR | 2 | ||||
-rw-r--r-- | security/libssh/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/libssh/DESCR b/security/libssh/DESCR index 44de5a31dc2..c2efacd7512 100644 --- a/security/libssh/DESCR +++ b/security/libssh/DESCR @@ -1,5 +1,5 @@ The ssh library was designed to be used by programmers needing a working -SSH implementation by the mean of a library. The complete control of the +SSH implementation by the means of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a diff --git a/security/libssh/Makefile b/security/libssh/Makefile index 4e5f760ba3d..cf5102e0815 100644 --- a/security/libssh/Makefile +++ b/security/libssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/09/28 14:31:08 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2005/12/28 17:57:14 reed Exp $ # # This package currently exists as a dependency for the hydra package but # the later versions of it are not supported by hydra. @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://0xbadc0de.be/ -COMMENT= Working SSH implementation by the mean of a library +COMMENT= Library providing working SSH implementation GNU_CONFIGURE= YES |