![]() ![]() | ![]() |
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.
# $NetBSD: Makefile,v 1.66 2017/01/19 18:52:27 agc Exp $ DISTNAME= intltool-0.51.0 PKGREVISION= 2 CATEGORIES= textproc devel gnome MASTER_SITES= https://launchpad.net/intltool/trunk/${PKGVERSION_NOREV}/+download/ MASTER_SITES+= http://launchpadlibrarian.net/94524169/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://launchpad.net/intltool/ COMMENT= Internationalization Tool Collection LICENSE= gnu-gpl-v2 DEPENDS+= p5-XML-Parser>=2.34nb4:../../textproc/p5-XML-Parser CONFLICTS= xml-i18n-tools-[0-9]* USE_TOOLS+= gmake perl:run GNU_CONFIGURE= YES CHECK_INTERPRETER_SKIP= share/intltool/*.in TEST_TARGET= check .include "../../devel/gettext-lib/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../mk/bsd.pkg.mk"