diff options
author | stas <stas@FreeBSD.org> | 2009-02-23 21:42:41 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-02-23 21:42:41 +0800 |
commit | 8ecd07b696cb5ccadbf609eb679a007fbc77f439 (patch) | |
tree | 62f36432af49ad3ce32a21b890ab6235b1c71b67 /sysutils | |
parent | 0d8409ab4a14e3af127ba1128038a57d9ca3350e (diff) | |
download | freebsd-ports-gnome-8ecd07b696cb5ccadbf609eb679a007fbc77f439.tar.gz freebsd-ports-gnome-8ecd07b696cb5ccadbf609eb679a007fbc77f439.tar.zst freebsd-ports-gnome-8ecd07b696cb5ccadbf609eb679a007fbc77f439.zip |
- Add an additional mirror temporarly, as 4.82C seems to be vanished
from all master sites.
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/ \ |