From cb939586bb2b8b07300fb8a44168e16cd97ab2ed Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 2 Nov 2019 16:25:17 +0000 Subject: mail: align variable assignments pkglint -Wall -F --only aligned -r No manual corrections. --- mail/mutt/Makefile | 4 ++-- mail/mutt/options.mk | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'mail/mutt') diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 9b34031e781..94c2a520d68 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.214 2019/09/21 22:32:41 tron Exp $ +# $NetBSD: Makefile,v 1.215 2019/11/02 16:25:23 rillig Exp $ DISTNAME= mutt-1.12.2 CATEGORIES= mail @@ -60,7 +60,7 @@ SUBST_FILES.paths= doc/Muttrc SUBST_VARS.paths+= DOCDIR PREFIX SUBST_STAGE.paths= pre-configure -SPECIAL_PERMS+= bin/mutt_dotlock ${REAL_ROOT_USER} mail 2551 +SPECIAL_PERMS+= bin/mutt_dotlock ${REAL_ROOT_USER} mail 2551 INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR} .include "../../devel/zlib/buildlink3.mk" diff --git a/mail/mutt/options.mk b/mail/mutt/options.mk index e022f12e1e8..56f533738ca 100644 --- a/mail/mutt/options.mk +++ b/mail/mutt/options.mk @@ -1,18 +1,18 @@ -# $NetBSD: options.mk,v 1.31 2019/01/22 13:19:44 wiz Exp $ +# $NetBSD: options.mk,v 1.32 2019/11/02 16:25:23 rillig Exp $ # Global and legacy options -PKG_OPTIONS_VAR= PKG_OPTIONS.mutt +PKG_OPTIONS_VAR= PKG_OPTIONS.mutt PKG_OPTIONS_REQUIRED_GROUPS= display PKG_OPTIONS_OPTIONAL_GROUPS= ssl PKG_OPTIONS_GROUP.display= curses wide-curses slang -PKG_OPTIONS_GROUP.ssl= gnutls openssl -PKG_SUPPORTED_OPTIONS= debug gpgme idn smime sasl +PKG_OPTIONS_GROUP.ssl= gnutls openssl +PKG_SUPPORTED_OPTIONS= debug gpgme idn smime sasl # TODO: add kyoto cabinet and lmdb backend options for header cache -PKG_SUPPORTED_OPTIONS+= mutt-hcache mutt-compressed-mbox tokyocabinet mutt-smtp -PKG_SUPPORTED_OPTIONS+= gssapi -PKG_SUGGESTED_OPTIONS= curses gpgme mutt-hcache mutt-smtp smime openssl -PKG_SUGGESTED_OPTIONS+= gssapi mutt-compressed-mbox +PKG_SUPPORTED_OPTIONS+= mutt-hcache mutt-compressed-mbox tokyocabinet mutt-smtp +PKG_SUPPORTED_OPTIONS+= gssapi +PKG_SUGGESTED_OPTIONS= curses gpgme mutt-hcache mutt-smtp smime openssl +PKG_SUGGESTED_OPTIONS+= gssapi mutt-compressed-mbox # remove after 2019Q1 PKG_OPTIONS_LEGACY_OPTS+= ncurses:curses ncursesw:wide-curses PKG_OPTIONS_LEGACY_OPTS+= ssl:openssl @@ -153,7 +153,7 @@ CONFIGURE_ARGS+= --with-idn=no ### .if !empty(PKG_OPTIONS:Mdebug) CONFIGURE_ARGS+= --enable-debug -CFLAGS+= -g +CFLAGS+= -g .endif ### -- cgit v1.2.3