diff options
author | obrien <obrien@FreeBSD.org> | 2003-12-17 08:16:26 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-12-17 08:16:26 +0800 |
commit | 6b14def8114195cb9a7cd1a2833ebde85d7e6050 (patch) | |
tree | 000b1556cf10766b85035a112e983a9ea552e915 /sysutils | |
parent | 98bbcd7470327db2f4999e7387ba4918a957850f (diff) | |
download | freebsd-ports-gnome-6b14def8114195cb9a7cd1a2833ebde85d7e6050.tar.gz freebsd-ports-gnome-6b14def8114195cb9a7cd1a2833ebde85d7e6050.tar.zst freebsd-ports-gnome-6b14def8114195cb9a7cd1a2833ebde85d7e6050.zip |
LSOF's distribution site changed.
Submitted by: abe
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 320c8e5f66b8..c10788da06cc 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -9,8 +9,8 @@ PORTNAME= lsof PORTVERSION= 4.69.1 CATEGORIES= sysutils -MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ - ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ +MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ + ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \ ftp://ftp.ayamura.org/pub/lsof/ \ ftp://ftp.ayamura.org/pub/lsof/NEW/ \ ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ |