summaryrefslogtreecommitdiff
path: root/sysutils/lsof/Makefile
diff options
context:
space:
mode:
authorchristos <christos>2002-04-15 15:23:19 +0000
committerchristos <christos>2002-04-15 15:23:19 +0000
commit36ec883aa7a9c69bd5608c43406f2a72e201af6e (patch)
tree60494a057161a373893311b2f7d48416368646ec /sysutils/lsof/Makefile
parent40a1ecf5b57cae8ef40a1d3569c19c930f4e23f6 (diff)
downloadpkgsrc-36ec883aa7a9c69bd5608c43406f2a72e201af6e.tar.gz
The March 7, 2002 revision (4.62): improves UnixWare >=7.1.1 reporting of UNIX socket NAME field information; updates 00README information on using gcc to compile lsof for AIX; corrects bugs and reporting of non-/dev (or non-device) block device nodes ;makes compilation under BSDI 5.0 possible, but does not substantiate any claim that lsof works there; updates private memfs_mnode.h OpenUNIX header file; enables use of HP-UX bundled C compiler on HP-UX 11.11.
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r--sysutils/lsof/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 609d4474069..f3563d550ea 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2002/03/03 23:45:41 hubertf Exp $
+# $NetBSD: Makefile,v 1.52 2002/04/15 15:23:19 christos Exp $
#
-DISTNAME= lsof_4.61
-PKGNAME= lsof-4.61
+DISTNAME= lsof_4.62
+PKGNAME= lsof-4.62
TMPWRK= ${WRKDIR}/${DISTNAME}
WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME}
CATEGORIES= sysutils