Ticket #14567: Portfile.diff
File Portfile.diff, 1.0 KB (added by macports_dharland@…, 17 years ago) |
---|
-
Portfile
old new 5 5 6 6 name py25-logilab-common 7 7 version 0.28.2 8 revision 1 8 9 maintainers stechert@macports.org openmaintainer 9 10 description A number of modules used by various projects from Logilab 10 11 long_description ${description} … … 23 24 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 24 25 xinstall -m 644 -W ${worksrcpath} ChangeLog README \ 25 26 ${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 26 30 } 27 31 28 32 # Shared-file warning; the following file is installed by this module as 29 33 # well as (at least) py-lint, but it is the basic, auto-generated, empty- 30 34 # other-than-the-docstring file: 31 35 # ${prefix}/lib/python2.3/site-packages/logilab/__init__.py 32