Ticket #33355: use-bmake-instead-of-bsdmake.patch

File use-bmake-instead-of-bsdmake.patch, 502 bytes (added by neverpanic (Clemens Lang), 12 years ago)
  • Portfile

     
    2020                    rmd160 5393194a38105298ab0715bcfeaba9e27a761cfe
    2121
    2222use_configure       no
    23 build.type          bsd
     23build.cmd           bmake
    2424build.env           CC=${configure.cc}
    2525
     26depends_build       path:bmake:bmake
     27
    2628destroot.destdir    PREFIX=${destroot}${prefix} MANDIR=${destroot}${prefix}/share/man/man
    2729
    2830platform darwin {