diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-01-22 10:31:06 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-01-22 10:31:06 +0000 |
commit | 6f1d2c143e2c64176881c5251823d348eca02ce8 (patch) | |
tree | 6032350a364ae8189a93423ebe7630ed9d698f6c /ftp/lftp/Makefile | |
parent | add WWW: (diff) |
Updates the port to version 2.1.5. Adds a couple of lost files in
PLIST.
PR: 16019
Submitted by: Anders Nordby <anders@fix.no>
Notes
Notes:
svn path=/head/; revision=24918
Diffstat (limited to 'ftp/lftp/Makefile')
-rw-r--r-- | ftp/lftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 7fc347f9e609..232d4d0c13db 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: lftp -# Version required: 2.1.4 +# Version required: 2.1.5 # Date created: 11 September 1997 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= lftp-2.1.4 +DISTNAME= lftp-2.1.5 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ ${MASTER_SITE_SUNSITE} |