diff options
author | obrien <obrien@FreeBSD.org> | 1999-08-01 01:22:26 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-08-01 01:22:26 +0800 |
commit | 4e0959b448feb5bdd2aa4486a832ebac2212e2a9 (patch) | |
tree | fac6f8d4716dbeaf1a71ab54f5982a9768d59c88 /sysutils/lsof/Makefile | |
parent | 6fbd61da06f600b7d81b4c8767dd329968275a6a (diff) | |
download | freebsd-ports-graphics-4e0959b448feb5bdd2aa4486a832ebac2212e2a9.tar.gz freebsd-ports-graphics-4e0959b448feb5bdd2aa4486a832ebac2212e2a9.tar.zst freebsd-ports-graphics-4e0959b448feb5bdd2aa4486a832ebac2212e2a9.zip |
Upgrade to LSOF 4.45.
Diffstat (limited to 'sysutils/lsof/Makefile')
-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 e9a5b50d9f2..7467fa64c89 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -4,11 +4,11 @@ # Date created: Sat July 20, 1996 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.42 1999/05/20 08:32:34 obrien Exp $ +# $Id: Makefile,v 1.43 1999/06/26 01:06:41 obrien Exp $ # -DISTNAME= lsof_4.44_W -PKGNAME= lsof-4.44 +DISTNAME= lsof_4.45_W +PKGNAME= lsof-4.45 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ |