Ticket #17096: Portfile.diff
File Portfile.diff, 540 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
Portfile
old new 61 61 rmd160 b5ca381baa9bd9399c7096b9b0112237126c09fb 62 62 63 63 depends_build \ 64 path:${prefix}/bin/perl:perl5.8 \ 65 port:p5-mime-base64 64 path:bin/perl:perl5 66 65 67 66 patchfiles \ 68 67 patch-no-autodownload.diff 69 68 69 post-patch { 70 reinplace "s|__PERL__|${prefix}/bin/perl|g" \ 71 ${worksrcpath}/Makefile 72 } 73 70 74 post-extract { 71 75 xinstall ${distpath}/${certdata_distfile} ${worksrcpath}/${certdata_file} 72 76 }