summaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 16:25:17 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 16:25:17 +0000
commitcb939586bb2b8b07300fb8a44168e16cd97ab2ed (patch)
treeb151db1ab438a9ffd9c5397b6a4fe08f07b05049 /mail/mutt
parentacea7f0682b89f8d0999e81a81341dfe21db49fc (diff)
downloadpkgsrc-cb939586bb2b8b07300fb8a44168e16cd97ab2ed.tar.gz
mail: align variable assignments
pkglint -Wall -F --only aligned -r No manual corrections.
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/Makefile4
-rw-r--r--mail/mutt/options.mk18
2 files changed, 11 insertions, 11 deletions
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
###