Ticket #32974: Portfile.diff

File Portfile.diff, 447 bytes (added by mklein-de (Michael Klein), 12 years ago)

Simple fix

  • Portfile

     
    3838    universal_variant   no
    3939}
    4040
     41post-patch {
     42        reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/CommandLineTool/platypus.1 ${worksrcpath}/CommonDefs.h
     43}
     44
    4145post-destroot {
    4246        reinplace "s|/usr/local|${destroot}${prefix}|g" ${worksrcpath}/Scripts/InstallCommandLineTool.sh
    4347