aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/lsof
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2008-01-27 06:28:53 +0800
committerwxs <wxs@FreeBSD.org>2008-01-27 06:28:53 +0800
commitb4708d5e09ca218c771251ddc207f009de259631 (patch)
treebe9dfe385ed970574f45e949fe95c9a67735b978 /sysutils/lsof
parent6a95a949dbe98de1cfd84bac2d761064970ddd76 (diff)
downloadfreebsd-ports-gnome-b4708d5e09ca218c771251ddc207f009de259631.tar.gz
freebsd-ports-gnome-b4708d5e09ca218c771251ddc207f009de259631.tar.zst
freebsd-ports-gnome-b4708d5e09ca218c771251ddc207f009de259631.zip
Add MASTER_SITE_LOCAL since the primary distribution site rejects
connections without working reverse DNS. Approved by: Larry Rosenman (maintainer), garga (mentor)
Diffstat (limited to 'sysutils/lsof')
-rw-r--r--sysutils/lsof/Makefile4
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))