diff options
author | apb <apb@pkgsrc.org> | 2009-08-11 20:53:06 +0000 |
---|---|---|
committer | apb <apb@pkgsrc.org> | 2009-08-11 20:53:06 +0000 |
commit | da19853de635455c38d96cd50f02669b40c197cd (patch) | |
tree | ed50f2119d7e547fac81ba80e316fb5ed4f3ceba /sysutils/lsof/Makefile | |
parent | ee194064d672935e837464b697cc3deafdfe13ca (diff) | |
download | pkgsrc-da19853de635455c38d96cd50f02669b40c197cd.tar.gz |
Make this build again on netbsd-current. Bump PKGREVISION to 5.
Diffstat (limited to 'sysutils/lsof/Makefile')
-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 e43ec4350b0..11feb602fac 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.101 2009/05/30 11:10:56 zafer Exp $ +# $NetBSD: Makefile,v 1.102 2009/08/11 20:53:06 apb Exp $ DISTNAME= lsof_4.78 PKGNAME= ${DISTNAME:S/_/-/}.${OS_VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \ |