summaryrefslogtreecommitdiff
path: root/lang/mercury
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 /lang/mercury
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 'lang/mercury')
-rw-r--r--lang/mercury/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile
index 17d92c9d4f0..44d8f096c71 100644
--- a/lang/mercury/Makefile
+++ b/lang/mercury/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.59 2016/07/09 06:38:26 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2017/01/19 18:52:14 agc Exp $
DISTNAME= mercury-srcdist-14.01.1
PKGNAME= mercury-14.01.1
PKGREVISION= 7
CATEGORIES= lang
-MASTER_SITES= http://dl.mercurylang.org/release/ \
- ftp://ftp.mercury.cs.mu.oz.au/pub/mercury/ \
- http://www.mercury.cs.mu.oz.au/download/files/ \
- ${MASTER_SITE_SUNSITE:=devel/lang/mercury/}
+MASTER_SITES= http://dl.mercurylang.org/release/
+MASTER_SITES+= ftp://ftp.mercury.cs.mu.oz.au/pub/mercury/
+MASTER_SITES+= http://www.mercury.cs.mu.oz.au/download/files/
+MASTER_SITES+= ${MASTER_SITE_SUNSITE:=devel/lang/mercury/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mercurylang.org/