diff options
author | veego <veego@pkgsrc.org> | 2003-10-05 07:26:11 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2003-10-05 07:26:11 +0000 |
commit | 3ef1ffef93b3ab603da25b36ba6f5d5a3f0d781a (patch) | |
tree | df3f44910e81b45f3234122f38792f72e1d48679 /sysutils | |
parent | 7d0b80e3451e5344f4dc7fad8b4675f421ee2036 (diff) | |
download | pkgsrc-3ef1ffef93b3ab603da25b36ba6f5d5a3f0d781a.tar.gz |
Bump PKGREVISION for the latest changes from atatat:
Refix build on -current now that procfs and kernfs have churned again.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 6bfa43e0a13..2cc07a9f223 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.66 2003/08/13 13:24:15 atatat Exp $ +# $NetBSD: Makefile,v 1.67 2003/10/05 07:26:11 veego Exp $ # DISTNAME= lsof_4.68 PKGNAME= ${DISTNAME:S/_/-/} -PKGREVISION= 1 +PKGREVISION= 2 WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME} CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ |