summaryrefslogtreecommitdiff
path: root/ftp/lftp/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-05-10 16:45:52 +0000
committerSteve Price <steve@FreeBSD.org>1998-05-10 16:45:52 +0000
commitf74bc979dd63c3970cb530b5daef2eb18945fb55 (patch)
treea45f74baa113e1b97d6bd3dbc81b42faedad8082 /ftp/lftp/Makefile
parentupdate to 0.25. (diff)
Update to version 1.0.
PR: 6562 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=10933
Diffstat (limited to '')
-rw-r--r--ftp/lftp/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index 70c57b2c6b5f..1919c6de816b 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: lftp
-# Version required: 0.14.3
+# Version required: 1.0
# Date created: 11 September 1997
# Whom: Andrey Zakhvatov
#
-# $Id: Makefile,v 1.6 1998/03/21 12:24:37 asami Exp $
+# $Id: Makefile,v 1.7 1998/03/21 12:57:54 asami Exp $
#
-DISTNAME= lftp-0.14.3
+DISTNAME= lftp-1.0
CATEGORIES= net
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/ \
${MASTER_SITE_SUNSITE}
@@ -17,15 +17,13 @@ MAINTAINER= andy@icc.surw.chel.su
GNU_CONFIGURE= yes
MAN1= lftp.1 ftpget.1
-do-install:
-.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
+post-install:
+ @ ${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/etc/lftp.conf.sample
+.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/lftp
-.for file in COPYING NEWS README THANKS TODO
+.for file in COPYING FAQ NEWS README THANKS TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/lftp
.endfor
+.endif
.include <bsd.port.mk>