aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/lsof/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-12-01 13:56:30 +0800
committerobrien <obrien@FreeBSD.org>2004-12-01 13:56:30 +0800
commita39803d35522010417e82375a9a945bcc7ef73d5 (patch)
tree8d72f18bfd71b29bf8d1feaff95e6e58f01e065e /sysutils/lsof/Makefile
parentdb297881e7fe5b682cc2db7ca68cd96fbe6a487c (diff)
downloadfreebsd-ports-gnome-a39803d35522010417e82375a9a945bcc7ef73d5.tar.gz
freebsd-ports-gnome-a39803d35522010417e82375a9a945bcc7ef73d5.tar.zst
freebsd-ports-gnome-a39803d35522010417e82375a9a945bcc7ef73d5.zip
The latest 6.0-CURRENT has a change in the file structure that requires
an lsof change. Tested on: 4.9 i386, 4.0 i386, 5.3 Alpha, 6.0 AMD64 and 6.0 Sparc64. Submitted by: Vic Abell <abe@purdue.edu>
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r--sysutils/lsof/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index c98df4c0eabd..bd28459bed88 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -24,7 +24,7 @@ MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \
ftp://ftp.tau.ac.il/pub/unix/admin/
FIXUP_RELEASE= yes
.if defined(FIXUP_RELEASE)
-DISTNAME= ${PORTNAME}_4.74A.freebsd
+DISTNAME= ${PORTNAME}_4.74B.freebsd
.else
DISTNAME= ${PORTNAME}_${PORTVERSION}
.endif