diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-11 19:10:34 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-11 19:10:34 +0000 |
commit | 8d55a9fe1842e137b7511b5b09eef21f2c477f87 (patch) | |
tree | 4c9d587b837934bf761865040c95f464ecc2d2dd /sysutils | |
parent | Upgrade to 1.2b2 (diff) |
Upgraded to 3.83 (supports 3.0-current now)
Obtained from: Email from Vic Able
Notes
Notes:
svn path=/head/; revision=4930
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index fa4fcdc7e948..9ec95ee702e2 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -3,11 +3,11 @@ # Date created: Sat July 20, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.2 1996/11/17 02:41:03 obrien Exp $ +# $Id: Makefile,v 1.3 1996/11/18 11:40:12 asami Exp $ # -DISTNAME= lsof_3.81_W -PKGNAME= lsof-3.81 +DISTNAME= lsof_3.82_W +PKGNAME= lsof-3.82 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \ |