diff options
author | salo <salo@pkgsrc.org> | 2004-02-16 09:05:36 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-02-16 09:05:36 +0000 |
commit | f53359bfd606196db30015a909126b375649a983 (patch) | |
tree | 0220cb4842edb1f8ce8bcf7ac9582121af828e4d /net | |
parent | bacf725a9dab887ea6a2cef59ef7b00f9bdf26f6 (diff) | |
download | pkgsrc-f53359bfd606196db30015a909126b375649a983.tar.gz |
Remove PKG_INSTALLATION_TYPES for now, per discussion with jlam.
Diffstat (limited to 'net')
-rw-r--r-- | net/lftp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 049a94c36ca..05c5d26797f 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/02/15 21:41:04 salo Exp $ +# $NetBSD: Makefile,v 1.35 2004/02/16 09:05:36 salo Exp $ # DISTNAME= lftp-2.6.12 @@ -11,8 +11,6 @@ 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 |