diff options
author | reed <reed@pkgsrc.org> | 2005-12-27 22:28:33 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-12-27 22:28:33 +0000 |
commit | 7c9b31870eb5d3b2519755afcd054d1eb87901a9 (patch) | |
tree | 9948076fdadb4905662c60642ce6aa6c5094a2ab | |
parent | 856ac1a469757401dd71fc947821bc019fe95ea5 (diff) | |
download | pkgsrc-7c9b31870eb5d3b2519755afcd054d1eb87901a9.tar.gz |
Mention this is version 1 in the COMMENT.
-rw-r--r-- | security/lsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index ad0b94369ba..dd0dcac505f 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:30 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/12/27 22:28:33 reed Exp $ # DISTNAME= lsh-1.4.3 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.lysator.liu.se/pub/security/lsh/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.lysator.liu.se/~nisse/lsh/ -COMMENT= ssh2 client/server +COMMENT= SSH2 client/server (version 1 of lsh) GNU_CONFIGURE= yes USE_TOOLS+= gmake |