[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / chrpath

File: [cvs.NetBSD.org] / pkgsrc / devel / chrpath / Makefile (download)

Revision 1.3, Thu Jan 19 18:52:05 2017 UTC (6 years, 8 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.2: +3 -3 lines

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.3 2017/01/19 18:52:05 agc Exp $
#

DISTNAME=	chrpath-0.13
CATEGORIES=	devel
MASTER_SITES=	ftp://ftp.hungry.com/pub/hungry/chrpath/
MASTER_SITES+=	${MASTER_SITE_GENTOO:=distfiles/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://freshmeat.net/projects/chrpath/
COMMENT=	Change the dynamic library load path of compiled binaries

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
USE_TOOLS+=	gmake

.include "../../mk/bsd.pkg.mk"