diff options
author | atatat <atatat@pkgsrc.org> | 2003-05-03 16:55:28 +0000 |
---|---|---|
committer | atatat <atatat@pkgsrc.org> | 2003-05-03 16:55:28 +0000 |
commit | 68b37f4439de74e926844fb6ef235db7cfb07394 (patch) | |
tree | 461b6621f0116f713b9b14ce50dc0c1f56cab564 /sysutils/lsof/Makefile | |
parent | 568250dd7a4ad6e76e92fb59edfe2a28c388b9f2 (diff) | |
download | pkgsrc-68b37f4439de74e926844fb6ef235db7cfb07394.tar.gz |
Re-patch lsof with patches from Vic Abell. Building should now work
on all platforms, with ffs2 (and ext2fs) related bugs smoothed out.
Bump to PKGREVISION 2.
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r-- | sysutils/lsof/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index fe536fd7bf0..8cc9e8d3662 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.60 2003/04/10 20:10:20 grant Exp $ +# $NetBSD: Makefile,v 1.61 2003/05/03 16:55:28 atatat Exp $ # DISTNAME= lsof_4.67 +PKGREVISION= 2 PKGNAME= ${DISTNAME:S/_/-/} TMPWRK= ${WRKDIR}/${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME} |