File:  [cvs.NetBSD.org] / pkgsrc / sysutils / mktemp / Makefile
Revision 1.12: download - view: text, annotated - select for diffs
Thu Jan 19 18:52:26 2017 UTC (8 years, 1 month ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, HEAD
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.12 2017/01/19 18:52:26 agc Exp $
#

DISTNAME=	mktemp-1.7
CATEGORIES=	sysutils security
MASTER_SITES=	ftp://ftp.mktemp.org/pub/mktemp/
MASTER_SITES+=	ftp://ftp.usa.openbsd.org/pub/mktemp/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.mktemp.org/
COMMENT=	Small program for safe temporary file and directory creation
LICENSE=	isc

GNU_CONFIGURE=	YES

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

CVSweb <webmaster@jp.NetBSD.org>