summaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2017-01-19 18:52:01 +0000
committeragc <agc@pkgsrc.org>2017-01-19 18:52:01 +0000
commita16b650423ebac0d6db54146c732a10b971237a4 (patch)
tree61b24a35333bd0bb01124d6015191764d7bafa22 /sysutils/lsof
parent48e28cf6cad6bf88a5da716ad8af07695b962574 (diff)
downloadpkgsrc-a16b650423ebac0d6db54146c732a10b971237a4.tar.gz
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r--sysutils/lsof/Makefile32
1 files changed, 16 insertions, 16 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 012d310ec34..f4fc01abd34 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -1,24 +1,24 @@
-# $NetBSD: Makefile,v 1.122 2016/07/09 06:39:01 wiz Exp $
+# $NetBSD: Makefile,v 1.123 2017/01/19 18:52:26 agc Exp $
DISTNAME= lsof_4.88
PKGNAME= ${DISTNAME:S/_/-/}
PKGREVISION= 1
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.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
- ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/NEW/ \
- ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/OLD/ \
- ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/ \
- ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/NEW/ \
- ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/OLD/ \
- ftp://gd.tuwien.ac.at/utils/admin-tools/lsof/ \
- ftp://gd.tuwien.ac.at/utils/admin-tools/lsof/NEW/ \
- ftp://gd.tuwien.ac.at/utils/admin-tools/lsof/OLD/ \
- ftp://sunsite.ualberta.ca/pub/Mirror/lsof/ \
- ftp://sunsite.ualberta.ca/pub/Mirror/lsof/NEW/ \
- ftp://sunsite.ualberta.ca/pub/Mirror/lsof/OLD/
+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