Ticket #19054: Portfile.diff
File Portfile.diff, 577 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
Portfile
old new 61 61 checksums-append boot.x86-unix.tgz sha1 433e02047ce1377af5b2d5fbd53cb9142bb8b15c 62 62 } 63 63 64 post-patch { 65 reinplace "s|__MACPORTS_CC__|${configure.cc}|" ${worksrcpath}/config/install.sh 66 } 67 64 68 ### extract ### 65 69 pre-extract { 66 70 file mkdir ${worksrcpath} … … 69 73 extract.only config.tgz 70 74 71 75 ### patch ### 72 patchfiles _arch-n-opsys.diff 76 patchfiles _arch-n-opsys.diff patch-install.sh.diff 73 77 74 78 ### configure ### 75 79 configure {