diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
commit | 8ad27923d8c71c8ba61a7542a5093ddb4f5c2daa (patch) | |
tree | 82ab845b1db083e88ed835d07dece15a80699928 /net/lftp | |
parent | 94c9920d30aca05596e5e8136f94969dd7e4e174 (diff) | |
download | pkgsrc-8ad27923d8c71c8ba61a7542a5093ddb4f5c2daa.tar.gz |
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'net/lftp')
-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 8b51c636f9f..03b7f551d2f 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.107 2014/05/29 23:37:04 wiz Exp $ +# $NetBSD: Makefile,v 1.108 2014/10/09 14:06:45 wiz Exp $ DISTNAME= lftp-4.4.6 PKGREVISION= 3 @@ -15,8 +15,6 @@ HOMEPAGE= http://lftp.yar.ru/ COMMENT= Powerful command line file transfer client LICENSE= gnu-gpl-v3 -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |