diff options
author | wiz <wiz> | 2017-02-12 11:08:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2017-02-12 11:08:13 +0000 |
commit | 6def8ab517c436298594ea5842083d3ab52b0253 (patch) | |
tree | d694f9be5a0327d9d49cbe5e4f7d3363ddcb860f /sysutils | |
parent | 27d487a013517cb98cddb89e45e46c5d9e73a3fb (diff) | |
download | pkgsrc-6def8ab517c436298594ea5842083d3ab52b0253.tar.gz |
Remove outdated master sites.
Remove NEW/ folder. We should only ever need / and /OLD/
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 8c913ac1d28..b4c7663c588 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,23 +1,12 @@ -# $NetBSD: Makefile,v 1.124 2017/02/11 15:25:38 rodent Exp $ +# $NetBSD: Makefile,v 1.125 2017/02/12 11:08:13 wiz Exp $ DISTNAME= lsof_4.89 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ -MASTER_SITES+= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ MASTER_SITES+= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/ -MASTER_SITES+= ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ -MASTER_SITES+= ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/NEW/ -MASTER_SITES+= ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/OLD/ MASTER_SITES+= ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/ -MASTER_SITES+= ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/NEW/ MASTER_SITES+= ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/OLD/ -MASTER_SITES+= ftp://gd.tuwien.ac.at/utils/admin-tools/lsof/ -MASTER_SITES+= ftp://gd.tuwien.ac.at/utils/admin-tools/lsof/NEW/ -MASTER_SITES+= ftp://gd.tuwien.ac.at/utils/admin-tools/lsof/OLD/ -MASTER_SITES+= ftp://sunsite.ualberta.ca/pub/Mirror/lsof/ -MASTER_SITES+= ftp://sunsite.ualberta.ca/pub/Mirror/lsof/NEW/ -MASTER_SITES+= ftp://sunsite.ualberta.ca/pub/Mirror/lsof/OLD/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org |