pkgsrc/x11/matchbox-common/Makefile
agc 30b55df38e 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.
2017-01-19 18:52:01 +00:00

27 lines
840 B
Makefile

# $NetBSD: Makefile,v 1.20 2017/01/19 18:52:30 agc Exp $
#
DISTNAME= matchbox-common-0.9.1
PKGREVISION= 10
CATEGORIES= x11
MASTER_SITES= http://downloads.yoctoproject.org/releases/matchbox/matchbox-common/0.9/
MASTER_SITES+= http://mirrors.kernel.org/yocto/matchbox/matchbox-common/0.9/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://matchbox-project.org/
COMMENT= Shared icons and configuration data for Matchbox
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
PKG_SYSCONFSUBDIR= matchbox
SUBST_CLASSES+= session
SUBST_MESSAGE.session= Fixing location of system-wide matchbox session.
SUBST_STAGE.session= pre-configure
SUBST_FILES.session= matchbox-session
SUBST_SED.session= -e 's|/etc/matchbox|${PKG_SYSCONFDIR}|g'
.include "../../devel/libmatchbox/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"