diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 11:45:28 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 11:45:28 +0000 |
commit | 6d1d2ca41e824dc78d236dd7507b72a54ede5a88 (patch) | |
tree | 97ee76f3981200121bbba776c699b2cf57cc3af5 /net/jigdo | |
parent | c541c77da9d5d98e1ba6000a10bd6ad0d291105c (diff) | |
download | pkgsrc-6d1d2ca41e824dc78d236dd7507b72a54ede5a88.tar.gz |
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'net/jigdo')
-rw-r--r-- | net/jigdo/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/jigdo/Makefile b/net/jigdo/Makefile index 51daaccf1eb..c27e5b126a9 100644 --- a/net/jigdo/Makefile +++ b/net/jigdo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2019/08/22 12:23:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.71 2019/11/03 11:45:38 rillig Exp $ DISTNAME= jigdo-0.7.3 PKGREVISION= 47 @@ -13,10 +13,10 @@ LICENSE= gnu-gpl-v2 MAKE_JOBS_SAFE= no -USE_TOOLS+= pkg-config wget:run -USE_LANGUAGES= c c++ -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --without-libdb +USE_TOOLS+= pkg-config wget:run +USE_LANGUAGES= c c++ +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-libdb BROKEN_GETTEXT_DETECTION= yes #.include "../../databases/db3/buildlink3.mk" |