Changeset 15410 for trunk/dports


Ignore:
Timestamp:
Dec 11, 2005, 12:38:16 AM (18 years ago)
Author:
mww
Message:

Bug: #6031
Submitted by: meissnem@…
Reviewed by: mww@

switch to xcode-groupcode, add middle-name support, inc. revision

Location:
trunk/dports/sysutils/contacts
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/contacts/Portfile

    r14234 r15410  
    1 # $Id: Portfile,v 1.3 2005/09/23 22:03:51 mww Exp $
     1# $Id: Portfile,v 1.4 2005/12/11 00:38:16 mww Exp $
    22
    33PortSystem 1.0
     4PortGroup xcode 1.0
    45
    56name            contacts
    67version         1.1
     8revision        1
    79categories      sysutils
    810platforms       darwin
     
    1820extract.suffix  .tgz
    1921checksums       md5 37b6a6a0312dabc4ad2ddd8805f93e12
    20 patchfiles      patch-Makefile
     22patchfiles      patch-FormatHelper.m
    2123
    22 use_configure   no
     24xcode.target    contacts
     25xcode.destroot.path     ${prefix}/bin
    2326
    24 destroot.destdir        man=${destroot}${prefix}/share/man/man1 \
    25                 bin=${destroot}${prefix}/bin
     27post-patch {
     28        reinplace "s|/usr/share|${prefix}/share|g" \
     29                ${worksrcpath}/${name}.pbproj/project.pbxproj
     30}
     31
Note: See TracChangeset for help on using the changeset viewer.