diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-04-30 15:32:05 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-04-30 15:32:05 +0000 |
commit | 3ec5e039dee6fb8ce77abc1be495eee0b57fd959 (patch) | |
tree | c7a0134436579c456763b63dc7582de1fa5312b5 /sysutils/lsof/Makefile | |
parent | c1646ac95eedec43562975d2c60dde3518b39da7 (diff) |
Notes
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 54e05d04f088..f2d653f6a7c4 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.71.1 +PORTVERSION= 4.71.3 CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -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.72A.freebsd +DISTNAME= ${PORTNAME}_4.72C.freebsd .else DISTNAME= ${PORTNAME}_${PORTVERSION} .endif |