summaryrefslogtreecommitdiff
path: root/net/wu-ftpd
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 /net/wu-ftpd
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 'net/wu-ftpd')
-rw-r--r--net/wu-ftpd/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/wu-ftpd/Makefile b/net/wu-ftpd/Makefile
index 24f8bd4acc0..704a8eab257 100644
--- a/net/wu-ftpd/Makefile
+++ b/net/wu-ftpd/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.41 2016/04/24 10:34:44 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2017/01/19 18:52:21 agc Exp $
DISTNAME= wu-ftpd-2.6.2
PKGREVISION= 3
CATEGORIES= net
-MASTER_SITES= ftp://ftp.freenet.de/pub/ftp.wu-ftpd.org/pub/wu-ftpd/ \
- ftp://ftp.nl.uu.net/pub/unix/ftp/wu-ftpd/ \
- ftp://ftp.u-aizu.ac.jp/pub/net/ftpd/wu-ftpd/wu-ftpd.org/wu-ftpd/ \
- http://gd.tuwien.ac.at/infosys/servers/ftp/wu-ftpd/wu-ftpd/
+MASTER_SITES= ftp://ftp.freenet.de/pub/ftp.wu-ftpd.org/pub/wu-ftpd/
+MASTER_SITES+= ftp://ftp.nl.uu.net/pub/unix/ftp/wu-ftpd/
+MASTER_SITES+= ftp://ftp.u-aizu.ac.jp/pub/net/ftpd/wu-ftpd/wu-ftpd.org/wu-ftpd/
+MASTER_SITES+= http://gd.tuwien.ac.at/infosys/servers/ftp/wu-ftpd/wu-ftpd/
PATCHFILES= realpath.patch connect-dos.patch
#PATCH_SITES= ftp://ftp.sunet.se/pub/nir/ftp/servers/wuarchive-ftpd/wu-ftpd/patches/apply_to_2.6.2/