From 89bf28dc7668d583cc7d7d71e1cf34d75a13670f Mon Sep 17 00:00:00 2001 From: dsainty Date: Tue, 26 Sep 2006 13:14:03 +0000 Subject: Add an .../OLD URL to the SITES list, since version 4.76 is now not the latest version. Even if it were the latest version, this URL should still remain for future-proofing the package. Since I'm here, add an HTTP option too for those of us that prefer HTTP downloads. --- sysutils/lsof/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sysutils/lsof') diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 7f2658dd9d5..6d8ec8b88c2 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2005/12/05 20:51:01 rillig Exp $ +# $NetBSD: Makefile,v 1.88 2006/09/26 13:14:03 dsainty Exp $ # DISTNAME= lsof_4.76 @@ -6,9 +6,11 @@ PKGNAME= ${DISTNAME:S/_/-/}.${OS_VERSION} 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.cert.dfn.de/pub/tools/admin/lsof/ \ ftp://ftp.auscert.org.au/pub/mirrors/vic.cc.purdue.edu/lsof/ \ - ftp://ftp.sunet.se/pub/unix/admin/lsof/ + ftp://ftp.sunet.se/pub/unix/admin/lsof/ \ + http://ftp.sunet.se/pub/unix/admin/lsof/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= atatat@NetBSD.org -- cgit v1.2.3