diff options
author | martti <martti> | 2003-07-21 17:10:16 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 17:10:16 +0000 |
commit | 54c9ec195d4868564d9533cc27abcd9eec796fbb (patch) | |
tree | eff16ffd0410f46348a273a219d189bfbe330a41 /net/sftp | |
parent | 5ce85e3ad29a323e39455f3a310bf0c9c6cf86d2 (diff) | |
download | pkgsrc-54c9ec195d4868564d9533cc27abcd9eec796fbb.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'net/sftp')
-rw-r--r-- | net/sftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sftp/Makefile b/net/sftp/Makefile index 88d6fb39b60..4de0eb017d6 100644 --- a/net/sftp/Makefile +++ b/net/sftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 22:51:50 grant Exp $ +# $NetBSD: Makefile,v 1.10 2003/07/21 17:11:15 martti Exp $ # DISTNAME= sftp-0.5 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.xbill.org/pub/sftp/ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.xbill.org/sftp/ -COMMENT= ftp replacement that runs over an ssh tunnel +COMMENT= Ftp replacement that runs over an ssh tunnel CONFLICTS= openssh-[0-9]* |