aboutsummaryrefslogtreecommitdiffstats
path: root/community/mutt
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-21 18:24:59 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-22 15:01:45 -0300
commit51a21f606b51232e88977bf4dac9995a7b8a1bef (patch)
tree9a607a71d590fe84fa3c5b00e0a0e0d6322fa6e8 /community/mutt
parentfed6f38662c107029e8e8affef8a4ae259a2669f (diff)
downloadaports-51a21f606b51232e88977bf4dac9995a7b8a1bef.tar.bz2
aports-51a21f606b51232e88977bf4dac9995a7b8a1bef.tar.xz
community/mutt: use /var/mail instead of /var/spool/mail
Diffstat (limited to 'community/mutt')
-rw-r--r--community/mutt/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mutt/APKBUILD b/community/mutt/APKBUILD
index 8df9be0468..cefe669536 100644
--- a/community/mutt/APKBUILD
+++ b/community/mutt/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mutt
pkgver=1.12.1
-pkgrel=0
+pkgrel=1
pkgdesc="Small and very powerful text-mode email client"
url="http://www.mutt.org"
arch="all"
@@ -32,7 +32,7 @@ build() {
--enable-gpgme \
--enable-sidebar \
--with-curses \
- --with-mailpath=/var/spool/mail \
+ --with-mailpath=/var/mail \
--with-docdir=/usr/share/doc/$pkgname \
--without-included-gettext \
--with-ssl \