diff options
author | tron <tron@pkgsrc.org> | 2003-06-19 07:31:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-06-19 07:31:13 +0000 |
commit | a3fbe78da6859f3f543d366261f887e9d08ba488 (patch) | |
tree | cafc363d43fd45f90cd55329bb4c48bcb22a22a3 /sysutils | |
parent | b51b8d47c2db796372184a0befc72519b1447c8e (diff) | |
download | pkgsrc-a3fbe78da6859f3f543d366261f887e9d08ba488.tar.gz |
Remove non-existing site "ftp.web.ad.jp" from master site list and
correct hostname of mirror in Sweden.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index aeae3f2cddc..3035d4aeefc 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2003/06/19 03:09:37 atatat Exp $ +# $NetBSD: Makefile,v 1.64 2003/06/19 07:31:13 tron Exp $ # DISTNAME= lsof_4.68 @@ -9,8 +9,7 @@ MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \ ftp://ftp.auscert.org.au/pub/mirrors/vic.cc.purdue.edu/lsof/ \ - ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/ \ - ftp://ftp0.sunet.se/pub/unix/admin/lsof/ + ftp://ftp.sunet.se/pub/unix/admin/lsof/ MAINTAINER= atatat@netbsd.org HOMEPAGE= http://www-rcd.cc.purdue.edu/~abe/ |