diff options
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r-- | sysutils/lsof/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 4dfb5c595896..ba25c43bd39c 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,8 +7,8 @@ # PORTNAME= lsof -PORTVERSION= 4.82E -PORTEPOCH= 3 +PORTVERSION= 4.82 +PORTEPOCH= 4 CATEGORIES= sysutils MASTER_SITES= http://www.SpringDaemons.com/stas/ \ http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ @@ -30,7 +30,8 @@ MASTER_SITES= http://www.SpringDaemons.com/stas/ \ MAINTAINER= ler@lerctr.org COMMENT= Lists information about open files (similar to fstat(1)) -FIXUP_RELEASE= YES +#Please leave the below line in for the next clean up. +#FIXUP_RELEASE= YES .if defined(FIXUP_RELEASE) DISTNAME= ${PORTNAME}_${PORTVERSION}.freebsd .else |