summaryrefslogtreecommitdiff
path: root/devel/hoe
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 10:39:04 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 10:39:04 +0000
commit9959c7f72f02bc48af637ad0304db4eebf7cc3cd (patch)
treeea0565acc58fb990fc3eb929809360b2ab62f357 /devel/hoe
parent087f64293d4b805ab86f0cd7079ddf7651f52ca0 (diff)
downloadpkgsrc-9959c7f72f02bc48af637ad0304db4eebf7cc3cd.tar.gz
devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'devel/hoe')
-rw-r--r--devel/hoe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hoe/Makefile b/devel/hoe/Makefile
index fe1ebf7c75b..acd54301cd9 100644
--- a/devel/hoe/Makefile
+++ b/devel/hoe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2019/11/02 14:27:46 taca Exp $
+# $NetBSD: Makefile,v 1.48 2019/11/03 10:39:14 rillig Exp $
DISTNAME= hoe-3.19.0
CATEGORIES= devel
@@ -8,7 +8,7 @@ HOMEPAGE= http://www.zenspider.com/projects/hoe.html
COMMENT= Rake extension to provide full project automation
LICENSE= mit
-USE_RAKE= RUN
+USE_RAKE= RUN
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"