summaryrefslogtreecommitdiff
path: root/net/lftp/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-04-22 15:22:23 +0000
committertron <tron@pkgsrc.org>2002-04-22 15:22:23 +0000
commita01c515f4f58c59b44c7d5aa1def4f3470d7969d (patch)
tree6941f5e597672ea62d1ad04029a6fd98ad984c33 /net/lftp/Makefile
parent8ed01b755a985c9d18e86bd20f3c09d127ee3d2a (diff)
downloadpkgsrc-a01c515f4f58c59b44c7d5aa1def4f3470d7969d.tar.gz
Update "lftp" package to version 2.5.1. This version includes numerous
enhancement and bug fixes made since the 2.4.4 release. A complete list of change can be found here: http://lftp.yar.ru/news.html The update is based on fixes provided by Michal Pasternak in PR pkg/16125.
Diffstat (limited to 'net/lftp/Makefile')
-rw-r--r--net/lftp/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile
index 33a7fe63f08..e63de1a67f3 100644
--- a/net/lftp/Makefile
+++ b/net/lftp/Makefile
@@ -1,27 +1,29 @@
-# $NetBSD: Makefile,v 1.13 2001/10/03 14:37:13 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.14 2002/04/22 15:22:23 tron Exp $
-DISTNAME= lftp-2.4.4
+DISTNAME= lftp-2.5.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/\
${MASTER_SITE_SUNSITE:=system/network/file-transfer/}
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= packages@netbsd.org
+MAINTAINER= michal@pasternak.w.lub.pl
HOMEPAGE= http://lftp.yar.ru/
COMMENT= powerful command line ftp client
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR}
+CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR} \
+ --sysconfdir=${PKG_SYSCONFDIR}
USE_BUILDLINK_ONLY= YES
# uses GNU readline internal variables (_rl_mark_modified_lines)
USE_GNU_READLINE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-# package seems to create some unneeded empty directories
+PLIST_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
+
post-install:
- ${RMDIR} ${PREFIX}/lib/lftp/2.4.4 ${PREFIX}/lib/lftp
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/lftp
+ ${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/share/examples/lftp
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../devel/readline/buildlink.mk"