Ticket #21718: patch-Portfile.2.diff
File patch-Portfile.2.diff, 859 bytes (added by jagerman@…, 15 years ago) |
---|
-
Portfile
old new 23 23 gimp.app.skel.tar.gz md5 66ad4912a3c71056c479c8eeef11fd43 24 24 worksrcdir ScriptExec 25 25 26 patchfiles patch-main.c.diff 27 26 28 pre-patch { 27 29 foreach f {Info.plist PkgInfo} { 28 30 delete ${workpath}/Gimp.app/Contents/$f … … 33 35 reinplace "s|__VERSION__|${version}|g" ${workpath}/Gimp.app/Contents/Info.plist 34 36 } 35 37 36 p atch {38 post-patch { 37 39 reinplace "s|`dirname \\\\\"\$0\\\\\"`|${prefix}|g" \ 38 40 ${workpath}/Gimp.app/Contents/Resources/openDoc \ 39 41 ${workpath}/Gimp.app/Contents/Resources/script … … 75 77 } 76 78 77 79 variant quartz { 78 p atch {}80 post-patch {} 79 81 destroot { 80 82 foreach f {openDoc script} { 81 83 delete ${workpath}/Gimp.app/Contents/Resources/$f