diff options
author | dsainty <dsainty@pkgsrc.org> | 2006-09-26 13:14:03 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2006-09-26 13:14:03 +0000 |
commit | 89bf28dc7668d583cc7d7d71e1cf34d75a13670f (patch) | |
tree | b311d1a6cf002f3a3aaf88b4da7a53fe1a451c77 /sysutils/lsof | |
parent | b5053cf5194c08766e540d98876a13b4d0f37add (diff) | |
download | pkgsrc-89bf28dc7668d583cc7d7d71e1cf34d75a13670f.tar.gz |
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.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 |