From 8d92f1d4296c050515b2907a4100d9538f43fe4c Mon Sep 17 00:00:00 2001 From: schmonz Date: Mon, 29 Mar 2004 03:28:49 +0000 Subject: Enable pkgviews installation. --- net/lftp/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'net/lftp') diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 9a01d12ae56..ab86069e6a7 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2004/03/26 02:27:48 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2004/03/29 03:30:33 schmonz Exp $ # DISTNAME= lftp-2.6.12 @@ -12,6 +12,8 @@ MAINTAINER= michal@pasternak.w.lub.pl HOMEPAGE= http://lftp.yar.ru/ COMMENT= Powerful command line ftp client +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES USE_PKGINSTALL= YES USE_PKGLOCALEDIR= YES @@ -30,6 +32,8 @@ CONFIGURE_ENV+= F77=${FALSE} EGDIR= ${PREFIX}/share/examples/lftp CONF_FILES= ${EGDIR}/lftp.conf.default ${PKG_SYSCONFDIR}/lftp.conf +INSTALLATION_DIRS= bin lib/lftp man/man1 share/examples/lftp share/lftp + post-install: ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/lftp.conf ${EGDIR}/lftp.conf.default -- cgit v1.2.3