pkgsrc/net/nslint/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
436 B
Makefile

# $NetBSD: Makefile,v 1.13 2017/01/19 18:52:20 agc Exp $
DISTNAME= nslint-3.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.ee.lbl.gov/
MASTER_SITES+= ftp://ftp.ee.lbl.gov/old/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ee.lbl.gov/ftp.html
COMMENT= Perform consistency checks on DNS zone files
LICENSE= original-bsd
GNU_CONFIGURE= YES
BUILD_TARGET= nslint
INSTALLATION_DIRS= bin ${PKGMANDIR}/man8
.include "../../mk/bsd.pkg.mk"