Ticket #6031: contacts.patch

File contacts.patch, 694 bytes (added by meissnem@…, 19 years ago)

Portfile patch

  • Portfile

    old new  
    1717distname        ${name}${version}
    1818extract.suffix  .tgz
    1919checksums       md5 37b6a6a0312dabc4ad2ddd8805f93e12
    20 patchfiles      patch-Makefile
    2120
    22 use_configure   no
     21PortGroup       xcode   1.0
     22xcode.target    contacts
     23xcode.destroot.path     ${prefix}/bin
    2324
    24 destroot.destdir        man=${destroot}${prefix}/share/man/man1 \
    25                 bin=${destroot}${prefix}/bin
     25post-patch {
     26        reinplace "s|/usr/share|${prefix}/share|g" ${worksrcpath}/${name}.pbproj/project.pbxproj
     27}
     28
     29variant middle_name {
     30        patchfiles      middle-name.diff
     31}