Ticket #22452: Portfile.diff

File Portfile.diff, 659 bytes (added by mklein-de (Michael Klein), 14 years ago)
  • Portfile

    old new  
    2020master_sites    ${homepage}release/
    2121distname        ${my_name}-${version}
    2222
     23patchfiles      patch-leopard.diff
     24
    2325checksums       md5     a357558552436b0b5ea0333b3e2327df \
    2426                sha1    ee644e805aca76c0ad368c3697206f7ee3266a33 \
    2527                rmd160  973cded82066e4fa35179a753b04d831ee3b28f3
     
    3436                --with-smpeg-prefix=${prefix} \
    3537                --disable-smpegtest
    3638
    37 patch {
     39post-patch {
    3840    reinplace "s|`find_lib\\(.*\\.dylib\\)|${prefix}/lib/`find_lib\\1|g" ${worksrcpath}/configure
    3941}
    4042