summaryrefslogtreecommitdiff
path: root/ftp/lftp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/lftp/Makefile')
-rw-r--r--ftp/lftp/Makefile20
1 files changed, 8 insertions, 12 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index fd2bf5d63477..6cc2aa84e0c4 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -1,34 +1,30 @@
# New ports collection makefile for: lftp
-# Version required: 0.12.2
+# Version required: 0.13.2
# Date created: 11 September 1997
# Whom: Andrey Zakhvatov
#
-# $Id: Makefile,v 1.1.1.1 1997/11/17 13:18:36 tg Exp $
+# $Id: Makefile,v 1.2 1997/11/30 00:24:02 jseger Exp $
#
-DISTNAME= lftp-0.12.2
+DISTNAME= lftp-0.13.2
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/ \
+ ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/network/file-transfer
MAINTAINER= andy@icc.surw.chel.su
GNU_CONFIGURE= yes
-MAN1= lftp.1 ftpget.1 parallelftp.1
-
-OSVERSION!= sysctl -n kern.osreldate
-.if ${OSVERSION} >= 300000
-BROKEN= "Doesn't build under current"
-.endif
+MAN1= lftp.1 ftpget.1
do-install:
-.for file in lftp ftpget parallelftp
+.for file in lftp ftpget
@ ${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/bin
@ ${INSTALL_MAN} ${WRKSRC}/doc/${file}.1 ${PREFIX}/man/man1
.endfor
@ ${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/etc/lftp.conf
@ ${MKDIR} ${PREFIX}/share/doc/lftp
-.for file in NEWS README TODO
+.for file in COPYING NEWS README THANKS TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/lftp
.endfor