Ticket #32067: Portfile.diff

File Portfile.diff, 889 bytes (added by rudloff@…, 12 years ago)
  • Portfile

    old new  
    22# $Id: Portfile 86261 2011-10-24 03:33:34Z rmstonecipher@macports.org $
    33
    44PortSystem          1.0
     5PortGroup       app 1.0
    56
    67name                pidgin
    78version             2.9.0
     
    8687            delete ${file}
    8788        }
    8889    }
     90    reinplace "s|@PREFIX@|${prefix}|g" ${destroot}${applications_dir}/${app.name}.app/Contents/MacOS/${app.name}
    8991}
    9092
    9193post-activate {
     
    114116    configure.args-delete   --disable-gtkspell
    115117}
    116118
     119app.icon                pidgin/pixmaps/pidgin.ico
     120app.executable  ${filespath}/launch
     121
    117122livecheck.type      regex
    118123livecheck.url       http://sourceforge.net/projects/pidgin/files/Pidgin/
    119124livecheck.regex     "\/Pidgin\/(\\d+(?:\\.\\d+)*)\/"