diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:01:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:01:13 +0000 |
commit | cee90afbe697181a69a20eb2fbcfcc6504eb39f3 (patch) | |
tree | 552758ae68ac7d5cc8b8ab084ca3f57b0ed02319 /net/cftp | |
parent | 09e862286626caec157899cb81e93a1f42d667a1 (diff) | |
download | pkgsrc-cee90afbe697181a69a20eb2fbcfcc6504eb39f3.tar.gz |
pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
Diffstat (limited to 'net/cftp')
-rw-r--r-- | net/cftp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/cftp/Makefile b/net/cftp/Makefile index 1106b51077d..47c3da480b8 100644 --- a/net/cftp/Makefile +++ b/net/cftp/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.12 2006/04/06 03:20:54 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/22 19:01:23 wiz Exp $ # DISTNAME= cftp-0.12 CATEGORIES= net -MASTER_SITES= ftp://sunsite.csd.smc.univie.ac.at/pub/nih/cftp/ \ +MASTER_SITES= http://ftp.giga.or.at/pub/nih/cftp/ \ ftp://ftp.giga.or.at/pub/nih/cftp/ MAINTAINER= dillo@NetBSD.org -HOMEPAGE= http://sunsite.csd.smc.univie.ac.at/pub/nih/cftp/ +HOMEPAGE= http://ftp.giga.or.at/pub/nih/cftp/ COMMENT= Comfortable FTP, a full screen ftp client GNU_CONFIGURE= YES |