From 481997d3135ddf5a3b17274a3fc1f45480c939bd Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 4 Nov 2019 21:43:32 +0000 Subject: textproc: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections. --- textproc/epubpreflight/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'textproc/epubpreflight') diff --git a/textproc/epubpreflight/Makefile b/textproc/epubpreflight/Makefile index 2fe4c97a0f9..8bf2bda215d 100644 --- a/textproc/epubpreflight/Makefile +++ b/textproc/epubpreflight/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/08/01 17:40:17 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2019/11/04 21:43:35 rillig Exp $ DISTNAME= epubpreflight-0.1.0 CATEGORIES= textproc @@ -10,9 +10,9 @@ HOMEPAGE= https://github.com/IDPF/epubcheck COMMENT= Tool to validate IDPF EPUB files LICENSE= modified-bsd AND mit -WRKSRC= ${WRKDIR} -USE_JAVA= run -INSTALLATION_DIRS= bin libexec/epubpreflight/lib share/doc/epubpreflight +WRKSRC= ${WRKDIR} +USE_JAVA= run +INSTALLATION_DIRS= bin libexec/epubpreflight/lib share/doc/epubpreflight do-build: ${ECHO} "#!/bin/sh" > ${WRKSRC}/epubpreflight -- cgit v1.2.3