diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 17:14:24 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 17:14:24 +0000 |
commit | 77f8d7c37cb5f47c19ea3a443382706b5d463f4b (patch) | |
tree | 90624493479931270d8de4019800abc0acda4dff /converters/rss2html | |
parent | a5388c1842a0443d90a11e6ff6e96d26fb7ee265 (diff) | |
download | pkgsrc-77f8d7c37cb5f47c19ea3a443382706b5d463f4b.tar.gz |
converters: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'converters/rss2html')
-rw-r--r-- | converters/rss2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/rss2html/Makefile b/converters/rss2html/Makefile index 3ca62142b09..454849ed8ac 100644 --- a/converters/rss2html/Makefile +++ b/converters/rss2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2019/08/22 12:22:57 ryoon Exp $ +# $NetBSD: Makefile,v 1.37 2019/11/03 17:14:26 rillig Exp $ # DISTNAME= rss2html-0.8.2 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= RSS to HTML converter GNU_CONFIGURE= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 share/doc/rss2html |