summaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2006-09-26 13:14:03 +0000
committerdsainty <dsainty@pkgsrc.org>2006-09-26 13:14:03 +0000
commitc3dc01ce0c78c95e24e22d1b79a05bfa86a0730e (patch)
treeb311d1a6cf002f3a3aaf88b4da7a53fe1a451c77 /sysutils/lsof
parent80927d08230640fa575df06f18c9d981faaf3ebb (diff)
downloadpkgsrc-c3dc01ce0c78c95e24e22d1b79a05bfa86a0730e.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/Makefile6
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