summaryrefslogtreecommitdiff
path: root/textproc/urlview
diff options
context:
space:
mode:
authoragc <agc>2017-01-19 18:52:01 +0000
committeragc <agc>2017-01-19 18:52:01 +0000
commitec16a393a548d41efbee7355c2e168382083ea96 (patch)
tree1de84c1d1fb65505067c398baecb67d6f321c6e6 /textproc/urlview
parent1e94c57a846227c300caff49a6309defaa04b589 (diff)
downloadpkgsrc-ec16a393a548d41efbee7355c2e168382083ea96.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 'textproc/urlview')
-rw-r--r--textproc/urlview/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile
index 6ea86b8315d..a8b5b3b3db8 100644
--- a/textproc/urlview/Makefile
+++ b/textproc/urlview/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.24 2017/01/04 13:23:24 roy Exp $
+# $NetBSD: Makefile,v 1.25 2017/01/19 18:52:28 agc Exp $
DISTNAME= urlview-0.9
PKGREVISION= 7
CATEGORIES= textproc
-MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/contrib/ \
- ftp://ftp.uib.no/pub/mutt/contrib/
+MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/contrib/
+MASTER_SITES+= ftp://ftp.uib.no/pub/mutt/contrib/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Extract URLs from text files and display them in a menu