diff options
author | tron <tron@pkgsrc.org> | 2007-12-17 12:15:59 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-12-17 12:15:59 +0000 |
commit | 9eddbdc79bc44689dd10ee391417550a0cc73514 (patch) | |
tree | bb51551f0f03369472d6244a5f920444c58534d0 | |
parent | 7118533d3ec20fae57ac14738e98108d3775d873 (diff) | |
download | pkgsrc-9eddbdc79bc44689dd10ee391417550a0cc73514.tar.gz |
Declare missing tools and fix interpreter path in Perl scripts.
Bump package revision because of these fixes.
-rw-r--r-- | sysutils/lsof/Makefile | 13 | ||||
-rw-r--r-- | sysutils/lsof/PLIST | 4 |
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 |