diff options
author | obrien <obrien@FreeBSD.org> | 1998-06-10 00:09:49 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-06-10 00:09:49 +0800 |
commit | a9c5f550124bfebae003bd22465ea4368cb7aa42 (patch) | |
tree | 205aa8d3bd4531676a6f3aaee13cd6365f4497c1 /sysutils/lsof/Makefile | |
parent | 83ce8b0d04c07b516e034fd8e0d9552317649993 (diff) | |
download | freebsd-ports-graphics-a9c5f550124bfebae003bd22465ea4368cb7aa42.tar.gz freebsd-ports-graphics-a9c5f550124bfebae003bd22465ea4368cb7aa42.tar.zst freebsd-ports-graphics-a9c5f550124bfebae003bd22465ea4368cb7aa42.zip |
update to ver 4.33.
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r-- | sysutils/lsof/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 6338059df38..a3c82c090ee 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -3,11 +3,11 @@ # Date created: Sat July 20, 1996 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.20 1998/04/21 17:41:52 obrien Exp $ +# $Id: Makefile,v 1.21 1998/05/19 00:25:38 obrien Exp $ # -DISTNAME= lsof_4.32_W -PKGNAME= lsof-4.32 +DISTNAME= lsof_4.33_W +PKGNAME= lsof-4.33 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \ @@ -15,7 +15,7 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/ -MAINTAINER= obrien@NUXI.com +MAINTAINER= obrien@FreeBSD.org WRKSRC= ${WRKDIR}/${SRCBALL_NAME} HAS_CONFIGURE= yes |