diff options
author | obrien <obrien@FreeBSD.org> | 1999-03-30 21:51:42 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-03-30 21:51:42 +0000 |
commit | 6a76a003c1060758dfe55966f55f92ff71a3fe07 (patch) | |
tree | 358497e86d6606b39126f61aca5ad76c1c7bba2d /sysutils/lsof | |
parent | 415b47be8937fb448cc2fe8bc0f1591c9f06e641 (diff) | |
download | FreeBSD-ports-6a76a003c1060758dfe55966f55f92ff71a3fe07.zip FreeBSD-ports-6a76a003c1060758dfe55966f55f92ff71a3fe07.tar.gz |
Get it even more right.
Diffstat (limited to 'sysutils/lsof')
-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 4b0844a..14a21ba 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.39 1999/03/30 21:50:20 obrien Exp $ +# $Id: Makefile,v 1.40 1999/03/30 21:51:09 obrien Exp $ # DISTNAME= lsof_4.42_W -PKGNAME= lsof_4.42 +PKGNAME= lsof-4.42 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ |