diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-12-17 00:16:26 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-12-17 00:16:26 +0000 |
commit | a8152567b7fe2bde7878bfcb4bddf1c4657b9cf8 (patch) | |
tree | fba6cd23c978daeb20bc0b7e149e33d339f543e8 | |
parent | a769a701f64f19914099d3ae207c70f6cfa4731c (diff) | |
download | ports-a8152567b7fe2bde7878bfcb4bddf1c4657b9cf8.tar.gz ports-a8152567b7fe2bde7878bfcb4bddf1c4657b9cf8.zip |
Notes
-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/ \ |