diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-04 22:09:50 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-04 22:09:50 +0000 |
commit | 883d1358fc4f72bf3e19f23e9da615cfc5efb351 (patch) | |
tree | 66f88e4f2f2b97027ca16882d7778bc4ac981b5c /www/lynx | |
parent | d889e73ea365ea2b6518dcb7ee1a4cf5cacfbbbb (diff) | |
download | pkgsrc-883d1358fc4f72bf3e19f23e9da615cfc5efb351.tar.gz |
www: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
Manually excluded phraseanet since pkglint got the indentation wrong.
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 14 | ||||
-rw-r--r-- | www/lynx/options.mk | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 91dfb8b4a26..dda5d102513 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.133 2019/06/22 11:37:13 nia Exp $ +# $NetBSD: Makefile,v 1.134 2019/11/04 22:09:57 rillig Exp $ DISTNAME= lynx2.8.9rel.1 PKGNAME= ${DISTNAME:S/lynx/lynx-/:S/rel//} @@ -15,12 +15,12 @@ LICENSE= gnu-gpl-v2 # problem with WWW/Library/Implementation MAKE_JOBS_SAFE= no -SUBDIR= current -USE_PKGLOCALEDIR= yes -GNU_CONFIGURE= yes -BROKEN_GETTEXT_DETECTION= yes -INSTALL_TARGET= install-full -MAKE_FILE= makefile +SUBDIR= current +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes +BROKEN_GETTEXT_DETECTION= yes +INSTALL_TARGET= install-full +MAKE_FILE= makefile CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:Q} CONFIGURE_ENV+= UNZIP=${TOOLS_PATH.unzip:Q} diff --git a/www/lynx/options.mk b/www/lynx/options.mk index 5e0975229f6..df58bb771b6 100644 --- a/www/lynx/options.mk +++ b/www/lynx/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.17 2017/01/04 14:49:38 roy Exp $ +# $NetBSD: options.mk,v 1.18 2019/11/04 22:09:57 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.lynx PKG_SUPPORTED_OPTIONS= inet6 @@ -57,5 +57,5 @@ CONFIGURE_ARGS+= --with-socks ### IPv6 support ### .if !empty(PKG_OPTIONS:Minet6) -CONFIGURE_ARGS+= --enable-ipv6 +CONFIGURE_ARGS+= --enable-ipv6 .endif |