Ticket #11783: cook-2.25_to_2.27.diff

File cook-2.25_to_2.27.diff, 927 bytes (added by boeyms@…, 17 years ago)
  • Portfile

     
    22
    33PortSystem 1.0
    44name            cook
    5 version         2.25
     5version         2.27
    66categories      devel
    77maintainers     waqar@macports.org
    88description     Cook is a replacement for the traditional make(1) tool.
     
    1313        prerequisites to performing the actions necessary to \
    1414        creating any file, such as include files. Cook provides \
    1515        a mechanism to define these.
    16 homepage        http://www.canb.auug.org.au/~millerp/cook/cook.html
     16homepage        http://miller.emu.id.au/pmiller/software/cook/
    1717platforms       darwin
    18 master_sites    http://www.canb.auug.org.au/~millerp/${name}/
    19 checksums       md5 fd116da31c59c04abe41519fc131b504
     18master_sites    ${homepage}
     19checksums       md5 548cfcfe4121a03fc9203f9491fb5a64
    2020pre-configure {
    2121        reinplace "s|\$(RPM_BUILD_ROOT)|${destroot}|g" \
    2222           "${worksrcpath}/Makefile.in"