summaryrefslogtreecommitdiff
path: root/mail/sendmail
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 /mail/sendmail
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 'mail/sendmail')
-rw-r--r--mail/sendmail/Makefile.common8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/sendmail/Makefile.common b/mail/sendmail/Makefile.common
index b930ca1a3da..5a034c3a2bf 100644
--- a/mail/sendmail/Makefile.common
+++ b/mail/sendmail/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.64 2016/05/20 12:11:39 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.65 2017/01/19 18:52:17 agc Exp $
#
# used by mail/libmilter/Makefile
# used by mail/sendmail/Makefile
@@ -8,9 +8,9 @@
DISTNAME= sendmail.${DIST_VERS}
CATEGORIES= mail
-MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \
- ftp://ftp.sendmail.org/pub/sendmail/past-releases/ \
- ftp://ftp.fu-berlin.de/pub/unix/mail/sendmail/
+MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/
+MASTER_SITES+= ftp://ftp.sendmail.org/pub/sendmail/past-releases/
+MASTER_SITES+= ftp://ftp.fu-berlin.de/pub/unix/mail/sendmail/
OWNER?= jnemeth@NetBSD.org
HOMEPAGE= http://www.sendmail.org/