summaryrefslogtreecommitdiff
path: root/converters/rss2html
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 17:14:24 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 17:14:24 +0000
commit77f8d7c37cb5f47c19ea3a443382706b5d463f4b (patch)
tree90624493479931270d8de4019800abc0acda4dff /converters/rss2html
parenta5388c1842a0443d90a11e6ff6e96d26fb7ee265 (diff)
downloadpkgsrc-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/Makefile4
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