diff options
author | obrien <obrien@FreeBSD.org> | 2000-06-13 07:57:00 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-06-13 07:57:00 +0800 |
commit | 35793ebe2b23a3d0981f59db2d920f30f67e755b (patch) | |
tree | d17e72b3f8b5a6ba282aa0bb8a12dc9b5265b09d /sysutils/lsof/Makefile | |
parent | 193f7f3320a32dcbd0217a6a297565bd0157c5f7 (diff) | |
download | freebsd-ports-graphics-35793ebe2b23a3d0981f59db2d920f30f67e755b.tar.gz freebsd-ports-graphics-35793ebe2b23a3d0981f59db2d920f30f67e755b.tar.zst freebsd-ports-graphics-35793ebe2b23a3d0981f59db2d920f30f67e755b.zip |
Vendor fix for building on the latest 5-CURRENT.
Diffstat (limited to 'sysutils/lsof/Makefile')
-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 640904be3f3..969af13526a 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.49.1 +PORTVERSION= 4.49.2 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -16,7 +16,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/ #DISTNAME= ${PORTNAME}_${PORTVERSION}_W -DISTNAME= ${PORTNAME}_4.50A.freebsd +DISTNAME= ${PORTNAME}_4.50B.freebsd MAINTAINER= obrien@FreeBSD.org |