diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-16 12:07:53 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-16 12:07:53 +0000 |
commit | 3a5b80ee76841d91faa574f3bbb5d3f10ff07556 (patch) | |
tree | e8d1597c4025096ba2d620b99ee7f5858e7bb1d6 /ftp/lftp/Makefile | |
parent | a691ddb05cd20baa90c80815529c2da62ce986c7 (diff) | |
download | ports-3a5b80ee76841d91faa574f3bbb5d3f10ff07556.tar.gz ports-3a5b80ee76841d91faa574f3bbb5d3f10ff07556.zip |
Notes
Diffstat (limited to 'ftp/lftp/Makefile')
-rw-r--r-- | ftp/lftp/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 7f1db0edd0d8..06a4cd94bf63 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: lftp -# Version required: 1.0.1 +# Version required: 1.1.1 # Date created: 11 September 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.8 1998/05/10 16:45:29 steve Exp $ +# $Id: Makefile,v 1.9 1998/06/28 23:29:32 steve Exp $ # -DISTNAME= lftp-1.0.1 +DISTNAME= lftp-1.1.1 CATEGORIES= net MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/ \ ${MASTER_SITE_SUNSITE} @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= system/network/file-transfer MAINTAINER= andy@icc.surw.chel.su GNU_CONFIGURE= yes +CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" + MAN1= lftp.1 ftpget.1 post-install: |