diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-02-23 12:10:05 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-02-23 12:10:05 +0000 |
commit | 8dae1c48fab941deeeea470f4d4e43a0300c599f (patch) | |
tree | dad53a18b3ef7c2a083723490192ee6dce45c83a /ftp/fget/Makefile | |
parent | f05da48243b58d23fd4ff701dbbd57a1e0b1f82a (diff) |
Notes
Diffstat (limited to 'ftp/fget/Makefile')
-rw-r--r-- | ftp/fget/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/fget/Makefile b/ftp/fget/Makefile index c6fa869b8a58..78786dc7d137 100644 --- a/ftp/fget/Makefile +++ b/ftp/fget/Makefile @@ -6,11 +6,12 @@ # PORTNAME= fget -PORTVERSION= 1.2.8 +PORTVERSION= 1.2.9 CATEGORIES= ftp www MASTER_SITES= ftp://ftp-dev.cso.uiuc.edu/pub/fget/ MAINTAINER= demon@FreeBSD.org +COMMENT= A commandline tool for mirroring remote files via FTP USE_GMAKE= yes GNU_CONFIGURE= yes |