Ticket #11783: cook-2.25_to_2.27.diff
File cook-2.25_to_2.27.diff, 927 bytes (added by boeyms@…, 18 years ago) |
---|
-
Portfile
2 2 3 3 PortSystem 1.0 4 4 name cook 5 version 2.2 55 version 2.27 6 6 categories devel 7 7 maintainers waqar@macports.org 8 8 description Cook is a replacement for the traditional make(1) tool. … … 13 13 prerequisites to performing the actions necessary to \ 14 14 creating any file, such as include files. Cook provides \ 15 15 a mechanism to define these. 16 homepage http:// www.canb.auug.org.au/~millerp/cook/cook.html16 homepage http://miller.emu.id.au/pmiller/software/cook/ 17 17 platforms darwin 18 master_sites http://www.canb.auug.org.au/~millerp/${name}/19 checksums md5 fd116da31c59c04abe41519fc131b50418 master_sites ${homepage} 19 checksums md5 548cfcfe4121a03fc9203f9491fb5a64 20 20 pre-configure { 21 21 reinplace "s|\$(RPM_BUILD_ROOT)|${destroot}|g" \ 22 22 "${worksrcpath}/Makefile.in"