diff options
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r-- | sysutils/lsof/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index a46a2433003..e2772e4555e 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.58 2003/02/03 01:03:14 atatat Exp $ +# $NetBSD: Makefile,v 1.59 2003/03/27 14:13:26 atatat Exp $ # -DISTNAME= lsof_4.66 +DISTNAME= lsof_4.67 PKGNAME= ${DISTNAME:S/_/-/} -PKGREVISION= 1 TMPWRK= ${WRKDIR}/${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME} CATEGORIES= sysutils -MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ - ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ +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/ \ |