diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 17:04:19 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 17:04:19 +0000 |
commit | 575e1746162afa0bdf65141775da50fd5ae1f6e6 (patch) | |
tree | b731aa7ec36381a5bf4b7c0c43332950fe0b1ed0 /misc/dose3 | |
parent | 41e26064d0211e40509252cb590013faf4ba0836 (diff) | |
download | pkgsrc-575e1746162afa0bdf65141775da50fd5ae1f6e6.tar.gz |
misc: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'misc/dose3')
-rw-r--r-- | misc/dose3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/dose3/Makefile b/misc/dose3/Makefile index 7284748bf45..0f5445328d5 100644 --- a/misc/dose3/Makefile +++ b/misc/dose3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2018/11/12 16:10:25 jaapb Exp $ +# $NetBSD: Makefile,v 1.17 2019/11/03 17:04:21 rillig Exp $ DISTNAME= dose3-5.0.1 PKGREVISION= 5 @@ -10,9 +10,9 @@ HOMEPAGE= https://gforge.inria.fr/projects/dose/ COMMENT= Package repository analysis toolkit LICENSE= gnu-lgpl-v3 -GNU_CONFIGURE= yes -USE_TOOLS+= aclocal automake autoconf gmake pod2man -MAKE_JOBS_SAFE= no +GNU_CONFIGURE= yes +USE_TOOLS+= aclocal automake autoconf gmake pod2man +MAKE_JOBS_SAFE= no OCAML_USE_FINDLIB= yes .include "../../mk/ocaml.mk" |