diff options
author | reed <reed@pkgsrc.org> | 2005-12-28 17:57:14 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-12-28 17:57:14 +0000 |
commit | b1302e5c430c2a34121829431419e6cc1f93fa4b (patch) | |
tree | 863b0255cb9f02eb2ab67f6810466c43b3e9d4de | |
parent | a55397c3841c5cd49577c8b4bf6bcfb94c576573 (diff) | |
download | pkgsrc-b1302e5c430c2a34121829431419e6cc1f93fa4b.tar.gz |
Fix typo in DESCR.
Reword COMMENT (which also removes the typo).
-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 |