Ticket #23090: Portfile-imap-uw.diff

File Portfile-imap-uw.diff, 542 bytes (added by mports@…, 14 years ago)

imap-uw Portfile patch to add "mix" variant.

  • Portfile

    old new  
    8686    build.args-append   CREATEPROTO=mbxproto
    8787}
    8888
     89# Variant to set the default for creating new mailboxes to "mix" format
     90variant mix description { default new mailboxes to "mix" format } {
     91    build.args-append   CREATEPROTO=mixproto
     92}
     93
    8994# Variant to set the default mail subdirectory name to "Mail"
    9095variant subdir description { set "Mail" as subdirectory name } {
    9196    patchfiles-append   patch-env_unix.c.diff