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 | ef5c8ed42b5f83bfa34699052d684f23e761e43e (patch) | |
tree | 82ab845b1db083e88ed835d07dece15a80699928 /archivers/p7zip | |
parent | fbf38e8840be11bf05366e3d5753230a5969222f (diff) | |
download | pkgsrc-ef5c8ed42b5f83bfa34699052d684f23e761e43e.tar.gz |
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'archivers/p7zip')
-rw-r--r-- | archivers/p7zip/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 15878d7c98e..062b86f6683 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2014/04/26 01:16:54 dsainty Exp $ +# $NetBSD: Makefile,v 1.56 2014/10/09 14:05:53 wiz Exp $ DISTNAME= p7zip_9.20.1_src_all PKGNAME= p7zip-9.20.1 @@ -12,8 +12,6 @@ HOMEPAGE= http://p7zip.sourceforge.net/ COMMENT= File archiver with high compression LICENSE= gnu-lgpl-v2.1 AND unrar-license -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_LANGUAGES= c c++ USE_TOOLS+= gmake MAKE_FILE= makefile |