Ticket #31951: Portfile.2.diff
File Portfile.2.diff, 647 bytes (added by rudloff@…, 13 years ago) |
---|
-
Portfile
old new 2 2 # $Id: Portfile 84839 2011-10-03 13:12:06Z and.damore@macports.org $ 3 3 4 4 PortSystem 1.0 5 PortGroup app 1.0 5 6 6 7 name geany 7 8 version 0.21 … … 37 38 platform darwin { 38 39 patchfiles-append vte-sonames.diff 39 40 } 41 42 post-destroot { 43 reinplace "s|@PREFIX@|${prefix}|g" ${destroot}${applications_dir}/${app.name}.app/Contents/MacOS/${app.name} 44 } 45 46 app.icon "icons/48x48/geany.png" 47 app.executable ${filespath}/launch