Ticket #17096: Portfile.diff

File Portfile.diff, 540 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago)
  • Portfile

    old new  
    6161        rmd160  b5ca381baa9bd9399c7096b9b0112237126c09fb
    6262
    6363depends_build \
    64     path:${prefix}/bin/perl:perl5.8 \
    65     port:p5-mime-base64
     64    path:bin/perl:perl5
    6665
    6766patchfiles \
    6867    patch-no-autodownload.diff
    6968
     69post-patch {
     70    reinplace "s|__PERL__|${prefix}/bin/perl|g" \
     71        ${worksrcpath}/Makefile
     72}
     73
    7074post-extract {
    7175    xinstall ${distpath}/${certdata_distfile} ${worksrcpath}/${certdata_file}
    7276}