diff options
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 1 | ||||
-rw-r--r-- | sysutils/lsof/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 08923dc..57ed576 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -26,6 +26,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} .endif MAINTAINER= obrien@FreeBSD.org +COMMENT= Lists information about open files (similar to fstat(1)) .if defined(FIXUP_RELEASE) WRKSRC= ${WRKDIR}/${DISTNAME} diff --git a/sysutils/lsof/pkg-comment b/sysutils/lsof/pkg-comment deleted file mode 100644 index 7abb3db..0000000 --- a/sysutils/lsof/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Lists information about open files (similar to fstat(1)) |