New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #11679: courier-imap_maildrop_install_conflict.diff

File courier-imap_maildrop_install_conflict.diff, 0.5 KB (added by boeyms@…, 5 years ago)
  • mail/maildrop/Portfile

    old new  
    1616configure.env   CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib 
    1717depends_lib     port:pcre 
    1818 
     19variant no_maildirquota_bin { 
     20  post-destroot { 
     21    delete ${destroot}${prefix}/bin/deliverquota 
     22    delete ${destroot}${prefix}/share/man/deliverquota.8.gz 
     23    delete ${destroot}${prefix}/bin/maildirmake 
     24    delete ${destroot}${prefix}/share/man/maildirmake.1.gz 
     25  } 
     26}