diff options
author | joerg <joerg> | 2015-09-12 15:25:53 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-09-12 15:25:53 +0000 |
commit | f1fc5241e60aebdc240a3f38e733da998bebed80 (patch) | |
tree | 1eea65acf4f2d68723a9126f00e753a850974671 /mail | |
parent | 2338002ffa373ea6ba0d968875f3b2b223d2dc79 (diff) | |
download | pkgsrc-f1fc5241e60aebdc240a3f38e733da998bebed80.tar.gz |
Fix compressed mbox patch.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/PLIST | 3 | ||||
-rw-r--r-- | mail/mutt/options.mk | 4 |
2 files changed, 5 insertions, 2 deletions
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 |