diff options
Diffstat (limited to 'net/gftp/Makefile')
-rw-r--r-- | net/gftp/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/gftp/Makefile b/net/gftp/Makefile index eaa92605c4e..cac45a91cb0 100644 --- a/net/gftp/Makefile +++ b/net/gftp/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2001/05/15 05:27:32 zuntum Exp $ +# $NetBSD: Makefile,v 1.3 2001/05/15 07:56:43 rh Exp $ -DISTNAME= gftp-2.0.7b -PKGNAME= gftp-2.0.7.1 +DISTNAME= gftp-2.0.8 CATEGORIES= net -MASTER_SITES= ftp://gftp.seul.org/pub/gftp/old-releases/ +MASTER_SITES= http://gftp.seul.org/ \ + ftp://gftp.seul.org/pub/gftp/ \ + ftp://gftp.seul.org/pub/gftp/old-releases/ MAINTAINER= jmcneill@invisible.yi.org HOMEPAGE= http://gftp.seul.org/ |