aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lsof/Makefile
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2007-09-12 01:01:34 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2007-09-12 01:01:34 +0000
commit9445aefa13ecb7e34411c57083ed088e1bcf1419 (patch)
tree6cc07de5f245ec723ccfd24fb2ed23d0ded2b0d9 /sysutils/lsof/Makefile
parent9c73679b41c27ff7553e45bd374d9a24166f81fb (diff)
Notes
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r--sysutils/lsof/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 299af361f8f8..7dc95074efa5 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= lsof
-PORTVERSION= 4.79B
+PORTVERSION= 4.79C
CATEGORIES= sysutils
MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \
@@ -23,16 +23,16 @@ MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \
ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/NEW/ \
ftp://ftp.tau.ac.il/pub/unix/admin/
+
+MAINTAINER= ler@lerctr.org
+COMMENT= Lists information about open files (similar to fstat(1))
+
FIXUP_RELEASE=yes
.if defined(FIXUP_RELEASE)
-DISTNAME= ${PORTNAME}_4.79B.freebsd
+DISTNAME= ${PORTNAME}_4.79C.freebsd
.else
DISTNAME= ${PORTNAME}_${PORTVERSION}
.endif
-
-MAINTAINER= ler@lerctr.org
-COMMENT= Lists information about open files (similar to fstat(1))
-
.if defined(FIXUP_RELEASE)
WRKSRC= ${WRKDIR}/${DISTNAME}
.else