pkgsrc/x11/xless/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

20 lines
510 B
Makefile

# $NetBSD: Makefile,v 1.24 2017/01/19 18:52:30 agc Exp $
DISTNAME= xless-1.7
PKGREVISION= 4
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/}
MASTER_SITES+= ftp://ftp.cs.berkeley.edu/ucb/people/dglo/xless/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= X11 text viewer; useful as an add-on tool for other apps
MAKE_JOBS_SAFE= no
USE_IMAKE= yes
INSTALLATION_DIRS= lib/X11
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"