Ticket #14567: Portfile.diff

File Portfile.diff, 1.0 KB (added by macports_dharland@…, 16 years ago)
  • Portfile

    old new  
    55
    66name                            py25-logilab-common
    77version                         0.28.2
     8revision                        1
    89maintainers                     stechert@macports.org openmaintainer
    910description                     A number of modules used by various projects from Logilab
    1011long_description                ${description}
     
    2324        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    2425        xinstall -m 644 -W ${worksrcpath} ChangeLog README \
    2526                ${destroot}${prefix}/share/doc/${name}
     27
     28        # alter the install name of pytest to include version name
     29        move ${destroot}${prefix}/bin/pytest ${destroot}${prefix}/bin/pytest2.5
    2630}
    2731
    2832# Shared-file warning; the following file is installed by this module as
    2933# well as (at least) py-lint, but it is the basic, auto-generated, empty-
    3034# other-than-the-docstring file:
    3135#    ${prefix}/lib/python2.3/site-packages/logilab/__init__.py
    32