Ticket #1122: portfile.diff

File portfile.diff, 419 bytes (added by bchesneau@…, 20 years ago)

portfile diff

  • (a) Portfile-orig vs. (b) Portfile

    a b  
    2828
    2929variant ssl_plain       { patchfiles patch-Makefile
    3030                          build.args SSLTYPE=unix }
     31               
     32variant subdir { # place all mail in directory Mail from home folder
     33        patchfiles-append patch-env_unix.c
     34}
    3135
    3236destroot        { system "install -m 755 -d ${destroot}${prefix}/sbin"
    3337                  system "install -m 755 -d ${destroot}${prefix}/bin"