pkgsrc/devel/chrpath/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

17 lines
444 B
Makefile

# $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"