From f1fc5241e60aebdc240a3f38e733da998bebed80 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 12 Sep 2015 15:25:53 +0000 Subject: Fix compressed mbox patch. --- mail/mutt/PLIST | 3 ++- mail/mutt/options.mk | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/mutt/PLIST b/mail/mutt/PLIST index 249848f4fb5..e36eb10cb23 100644 --- a/mail/mutt/PLIST +++ b/mail/mutt/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2015/09/03 21:04:34 wiz Exp $ +@comment $NetBSD: PLIST,v 1.18 2015/09/12 15:25:53 joerg Exp $ bin/flea bin/mutt bin/mutt_dotlock @@ -28,6 +28,7 @@ share/doc/mutt/README.SSL share/doc/mutt/TODO share/doc/mutt/advancedusage.html share/doc/mutt/applying-patches.txt +${PLIST.compressed_mbox}share/doc/mutt/compressed-folders.html share/doc/mutt/configuration.html share/doc/mutt/devel-notes.txt share/doc/mutt/gettingstarted.html diff --git a/mail/mutt/options.mk b/mail/mutt/options.mk index ad251a0824f..be69f5996d9 100644 --- a/mail/mutt/options.mk +++ b/mail/mutt/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.15 2015/09/03 21:04:34 wiz Exp $ +# $NetBSD: options.mk,v 1.16 2015/09/12 15:25:53 joerg Exp $ # Global and legacy options @@ -120,7 +120,9 @@ CONFIGURE_ARGS+= --disable-hcache ### ### Compressed mail boxes ### +PLIST_VARS+= compressed_mbox .if !empty(PKG_OPTIONS:Mmutt-compressed-mbox) +PLIST.compressed_mbox= yes PATCH_SITES+= http://mutt.org.ua/download/${PKGNAME_NOREV}/ PATCHFILES+= patch-${PKGVERSION_NOREV}.rr.compressed.gz PATCH_DIST_STRIP= -p1 -- cgit v1.2.3