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/wwwoffle | |
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/wwwoffle')
-rw-r--r-- | www/wwwoffle/Makefile | 10 | ||||
-rw-r--r-- | www/wwwoffle/options.mk | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 3f4159b2729..adde8e1bcb3 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.88 2019/08/11 13:25:10 wiz Exp $ +# $NetBSD: Makefile,v 1.89 2019/11/04 22:10:16 rillig Exp $ DISTNAME= wwwoffle-2.9j PKGREVISION= 5 CATEGORIES= www -MASTER_SITES= http://www.gedanken.org.uk/software/wwwoffle/download/ +MASTER_SITES= http://www.gedanken.org.uk/software/wwwoffle/download/ EXTRACT_SUFX= .tgz -MAINTAINER= ginger@email.su +MAINTAINER= ginger@email.su HOMEPAGE= http://www.gedanken.org.uk/software/wwwoffle LICENSE= gnu-gpl-v2 COMMENT= WWW proxy with support for offline browsing @@ -15,8 +15,8 @@ USE_TOOLS+= gmake gzip perl tar lex GNU_CONFIGURE= yes BUILD_DEFS+= VARBASE -CONFIGURE_ARGS+= --with-confdir=${PKG_SYSCONFDIR:Q} -CONFIGURE_ARGS+= --with-spooldir=${VARBASE}/wwwoffle +CONFIGURE_ARGS+= --with-confdir=${PKG_SYSCONFDIR:Q} +CONFIGURE_ARGS+= --with-spooldir=${VARBASE}/wwwoffle PKG_SYSCONFSUBDIR= wwwoffle CONF_FILES+= ${PREFIX}/share/examples/wwwoffle/wwwoffle.conf ${PKG_SYSCONFDIR}/wwwoffle.conf diff --git a/www/wwwoffle/options.mk b/www/wwwoffle/options.mk index ad1d891b9ef..464b5392dd7 100644 --- a/www/wwwoffle/options.mk +++ b/www/wwwoffle/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2016/08/21 09:53:55 bsiegert Exp $ +# $NetBSD: options.mk,v 1.4 2019/11/04 22:10:16 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.wwwoffle PKG_SUPPORTED_OPTIONS= inet6 gnutls libgcrypt @@ -7,7 +7,7 @@ PKG_SUGGESTED_OPTIONS= inet6 gnutls libgcrypt .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Minet6) -CONFIGURE_ARGS+= --with-ipv6 +CONFIGURE_ARGS+= --with-ipv6 .endif .if !empty(PKG_OPTIONS:Mgnutls) |