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 /sysutils/lsof/Makefile | |
parent | fbf38e8840be11bf05366e3d5753230a5969222f (diff) | |
download | pkgsrc-ef5c8ed42b5f83bfa34699052d684f23e761e43e.tar.gz |
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r-- | sysutils/lsof/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 92087d36183..f76494de392 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.117 2014/08/19 13:30:53 hauke Exp $ +# $NetBSD: Makefile,v 1.118 2014/10/09 14:06:58 wiz Exp $ DISTNAME= lsof_4.87 PKGNAME= ${DISTNAME:S/_/-/} @@ -44,8 +44,6 @@ REPLACE_PERL+= scripts/sort_res.perl5 scripts/count_pf.perl5 \ scripts/watch_a_file.perl USE_TOOLS+= gtar pax perl:run -PKG_INSTALLATION_TYPES= overwrite pkgviews - TEST_DIRS= tests TEST_TARGET= test INTERACTIVE_STAGE+= test |