diff options
author | obrien <obrien@FreeBSD.org> | 2003-10-20 08:12:06 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-10-20 08:12:06 +0800 |
commit | 342c01ee5717ff15c3a592203389a47e9376fffc (patch) | |
tree | c6387db37fd82663547f850bb859eb1a2011cc9c /sysutils | |
parent | c1adae06974fba88c1b19e7ec58e0e19e572af58 (diff) | |
download | freebsd-ports-gnome-342c01ee5717ff15c3a592203389a47e9376fffc.tar.gz freebsd-ports-gnome-342c01ee5717ff15c3a592203389a47e9376fffc.tar.zst freebsd-ports-gnome-342c01ee5717ff15c3a592203389a47e9376fffc.zip |
Add some mastersites, rearrange them also.
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 |