diff options
Diffstat (limited to 'ftp/gftp/Makefile')
-rw-r--r-- | ftp/gftp/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index 94636765c3fe..47ee39caca94 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: gftp -# Version required: 2.0.1 +# Version required: 2.0.4 # Date Created: 21 Feb 1999 # Whom: Damjan Marion <dmarion@open.hr> # # $FreeBSD$ # -DISTNAME= gftp-2.0.1 +DISTNAME= gftp-2.0.4 CATEGORIES= ftp -MASTER_SITES= http://www.newwave.net/~masneyb/ +MASTER_SITES= http://gftp.seul.org/ \ + ftp://gftp.seul.org/pub/gftp MAINTAINER= dmarion@open.hr |