diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 10:39:04 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 10:39:04 +0000 |
commit | 9959c7f72f02bc48af637ad0304db4eebf7cc3cd (patch) | |
tree | ea0565acc58fb990fc3eb929809360b2ab62f357 /devel/cre2/Makefile | |
parent | 087f64293d4b805ab86f0cd7079ddf7651f52ca0 (diff) | |
download | pkgsrc-9959c7f72f02bc48af637ad0304db4eebf7cc3cd.tar.gz |
devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'devel/cre2/Makefile')
-rw-r--r-- | devel/cre2/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/cre2/Makefile b/devel/cre2/Makefile index b2e2fa2c22b..3d31f6b5f51 100644 --- a/devel/cre2/Makefile +++ b/devel/cre2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/05/07 03:13:24 mef Exp $ +# $NetBSD: Makefile,v 1.7 2019/11/03 10:39:09 rillig Exp $ VERSION= 0.3.4 DISTNAME= cre2-${VERSION} @@ -11,11 +11,11 @@ HOMEPAGE= https://github.com/google/re2 COMMENT= C wrapper for re2 regular expression library LICENSE= modified-bsd -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-maintainer-mode -USE_LIBTOOL= yes -USE_LANGUAGES+= c c++ -USE_TOOLS+= autoconf autoreconf automake gmake makeinfo +USE_LIBTOOL= yes +USE_LANGUAGES+= c c++ +USE_TOOLS+= autoconf autoreconf automake gmake makeinfo INFO_FILES= yes |