Ticket #30880: Portfile.diff

File Portfile.diff, 431 bytes (added by Greisby (Greisberger Christophe), 13 years ago)

Patch for the Portfile

  • Portfile

    old new  
    2626                                             ${worksrcpath}/PortsHelper.c
    2727}
    2828
     29pre-build {
     30        if {![file exists "${worksrcpath}/info.plist"]} {
     31            copy "${worksrcpath}/Info.plist" "${worksrcpath}/info.plist"
     32        }
     33}
     34
    2935xcode.target            PortsNotifier
    3036xcode.configuration     Release
    3137