diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2017-01-11 00:28:13 +0000 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2017-01-11 00:28:13 +0000 |
commit | 0f1584cebf651a698c84f87a62a5ca19e1355dab (patch) | |
tree | ecfce05cf0bf9ab274d299e679fc29bcfbee853c /sysutils/lsof | |
parent | ae304fd0581c74deb6d8d09f0aa38c245e7db735 (diff) |
Notes
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 63acb035c4c0..2cc182698162 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -22,7 +22,7 @@ MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ ftp://ftp.tau.ac.il/pub/unix/admin/ DISTNAME= ${PORTNAME}_${DISTVERSION}${DISTNAME_SUFFIX} -MAINTAINER= ler@lerctr.org +MAINTAINER= ler@FreeBSD.org COMMENT= Lists information about open files (similar to fstat(1)) LICENSE=lsof |