diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-02-23 13:42:41 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-02-23 13:42:41 +0000 |
commit | f1af06be75d6ac64c3eafee69439ffacd9e5d6d9 (patch) | |
tree | 3d12fa2f8c4b0e0226b71d5aef9ff2f0ef7cc256 /sysutils | |
parent | ae3d66874e36bf5861092f345b0944bd6dd27f97 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 0d975a7ba265..1d83e2fb60db 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -10,7 +10,8 @@ PORTNAME= lsof PORTVERSION= 4.82C PORTEPOCH= 3 CATEGORIES= sysutils -MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ +MASTER_SITES= http://www.SpringDaemons.com/stas/ \ + http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \ http://www.lerctr.org/lsof/ \ |