diff options
author | zafer <zafer@pkgsrc.org> | 2009-05-30 01:55:00 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2009-05-30 01:55:00 +0000 |
commit | e96a039afa99b957f52e0d9c08bc6b46eb470984 (patch) | |
tree | a6eefe221724aebde2a63e068583cce3d03043af /sysutils | |
parent | d58309e0880c5978fd254472090ca2345d1d6e61 (diff) | |
download | pkgsrc-e96a039afa99b957f52e0d9c08bc6b46eb470984.tar.gz |
update master site. clean up. remove non-working mirrors.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 27a438c4449..85931b3c6a5 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,13 +1,10 @@ -# $NetBSD: Makefile,v 1.99 2009/05/01 12:56:50 apb Exp $ +# $NetBSD: Makefile,v 1.100 2009/05/30 01:55:00 zafer Exp $ DISTNAME= lsof_4.78 PKGNAME= ${DISTNAME:S/_/-/}.${OS_VERSION} PKGREVISION= 4 CATEGORIES= sysutils -MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ - ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \ - ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/ \ - ftp://ftp.sunet.se/pub/unix/admin/lsof/ \ +MASTER_SITES= ftp://ftp.sunet.se/pub/unix/admin/lsof/ \ http://ftp.sunet.se/pub/unix/admin/lsof/ EXTRACT_SUFX= .tar.bz2 |