diff options
author | schmonz <schmonz> | 2004-03-29 03:28:49 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2004-03-29 03:28:49 +0000 |
commit | 8d92f1d4296c050515b2907a4100d9538f43fe4c (patch) | |
tree | 24a3762ec1feb8921f2d6bb3d76c10e73ae6bd48 /net/lftp | |
parent | 4d595c2e24a80bd7e46c007708578d96db3fb494 (diff) | |
download | pkgsrc-8d92f1d4296c050515b2907a4100d9538f43fe4c.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'net/lftp')
-rw-r--r-- | net/lftp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 |