summaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2007-12-17 12:15:59 +0000
committertron <tron@pkgsrc.org>2007-12-17 12:15:59 +0000
commit78fc0ec60533982c090a278ab73a5f46805c29d4 (patch)
treebb51551f0f03369472d6244a5f920444c58534d0 /sysutils/lsof
parent55eb28d9d4c930dc803dd0ec3ddcadba2a60825d (diff)
downloadpkgsrc-78fc0ec60533982c090a278ab73a5f46805c29d4.tar.gz
Declare missing tools and fix interpreter path in Perl scripts.
Bump package revision because of these fixes.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r--sysutils/lsof/Makefile13
-rw-r--r--sysutils/lsof/PLIST4
2 files changed, 12 insertions, 5 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 6bb0f6c06e1..c68619141df 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.93 2007/08/14 19:59:17 veego Exp $
-#
+# $NetBSD: Makefile,v 1.94 2007/12/17 12:15:59 tron Exp $
DISTNAME= lsof_4.78
PKGNAME= ${DISTNAME:S/_/-/}.${OS_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \
@@ -29,6 +28,14 @@ OSVERSION_SPECIFIC= yes
TMPWRK= ${WRKDIR}/${DISTNAME}
SRCBALL_NAME= ${DISTNAME}_src
+REPLACE_PERL+= scripts/sort_res.perl5 scripts/count_pf.perl5 \
+ scripts/list_NULf.perl5 scripts/big_brother.perl5 \
+ scripts/identd.perl5 scripts/shared.perl5 \
+ scripts/idrlogin.perl5 scripts/count_pf.perl \
+ scripts/idrlogin.perl scripts/list_fields.perl \
+ scripts/watch_a_file.perl
+USE_TOOLS+= gtar perl:run
+
PKG_INSTALLATION_TYPES= overwrite pkgviews
.include "../../mk/bsd.prefs.mk"
diff --git a/sysutils/lsof/PLIST b/sysutils/lsof/PLIST
index cb5b2505ff7..9297a2b4000 100644
--- a/sysutils/lsof/PLIST
+++ b/sysutils/lsof/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2004/11/07 18:15:56 kim Exp $
+@comment $NetBSD: PLIST,v 1.4 2007/12/17 12:15:59 tron Exp $
sbin/lsof
-man/man8/lsof.8.gz
+man/man8/lsof.8
share/lsof/00MANIFEST
share/lsof/00README
share/lsof/big_brother.perl5