diff options
author | grant <grant> | 2003-07-17 22:50:55 +0000 |
---|---|---|
committer | grant <grant> | 2003-07-17 22:50:55 +0000 |
commit | 39912d0b8242764bb78469896110a895da6942a0 (patch) | |
tree | cd3d4acc598dfb939f2f2a0803f1432f55ec4ada /net/sftp | |
parent | f5a8d4c7dc4e56f8ebe5956ff6a2a8d5709fbae2 (diff) | |
download | pkgsrc-39912d0b8242764bb78469896110a895da6942a0.tar.gz |
s/netbsd.org/NetBSD.org/
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 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 |