diff options
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 |