diff options
Diffstat (limited to 'net/sftp/Makefile')
-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 68809dbe1c9..88d6fb39b60 100644 --- a/net/sftp/Makefile +++ b/net/sftp/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2002/10/25 18:35:23 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2003/07/17 22:51:50 grant Exp $ # DISTNAME= sftp-0.5 CATEGORIES= net security MASTER_SITES= ftp://ftp.xbill.org/pub/sftp/ -MAINTAINER= hubertf@netbsd.org +MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.xbill.org/sftp/ COMMENT= ftp replacement that runs over an ssh tunnel |