diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-10-20 00:12:06 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-10-20 00:12:06 +0000 |
commit | 9647308944980dbddb2bfa5e2a5c49b994b53b25 (patch) | |
tree | dec33a3e885566d910972ce13429a0338c906a4e /sysutils | |
parent | c9e7cd7d7501c7ff7a6be52f4e7afcbee16aa844 (diff) | |
download | ports-9647308944980dbddb2bfa5e2a5c49b994b53b25.tar.gz ports-9647308944980dbddb2bfa5e2a5c49b994b53b25.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 7945f7463bfc..0651ae46adbf 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -11,13 +11,17 @@ PORTVERSION= 4.69 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ - ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \ - ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/NEW/ \ - ftp://ftp.auscert.org.au/pub/mirrors/vic.cc.purdue.edu/lsof/ \ - ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/ \ - ftp://ftp.web.ad.jp/pub/UNIX/tools/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/ \ + ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/NEW/ \ + ftp://gd.tuwien.ac.at/utils/admin-tools/lsof/ \ + ftp://gd.tuwien.ac.at/utils/admin-tools/lsof/NEW/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/ \ - ftp://ftp.sunet.se/pub/unix/admin/lsof/NEW/ + 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/ #FIXUP_RELEASE= yes .if defined(FIXUP_RELEASE) DISTNAME= ${PORTNAME}_4.69B.freebsd |