diff options
| author | Wesley Shields <wxs@FreeBSD.org> | 2008-01-26 22:28:53 +0000 |
|---|---|---|
| committer | Wesley Shields <wxs@FreeBSD.org> | 2008-01-26 22:28:53 +0000 |
| commit | 0771ecedf5ac78d8d37f75a3b0af1b0b9c55d83a (patch) | |
| tree | 7b9669c1723811b7d5dd8d603dacf737e55afeda /sysutils/lsof/Makefile | |
| parent | f3764a7c7939c65aeb85e02dc94f196a5d75ff6d (diff) | |
Notes
Diffstat (limited to 'sysutils/lsof/Makefile')
| -rw-r--r-- | sysutils/lsof/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 8f10dfa9bdf9..02dd5cf736b0 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -22,7 +22,9 @@ MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/NEW/ \ 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/ + ftp://ftp.tau.ac.il/pub/unix/admin/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= wxs MAINTAINER= ler@lerctr.org COMMENT= Lists information about open files (similar to fstat(1)) |
