Ticket #27474: patch-Portfile.diff
File patch-Portfile.diff, 1.2 KB (added by pixilla (Bradley Giesbrecht), 14 years ago) |
---|
-
Portfile
5 5 PortGroup python26 1.0 6 6 7 7 name py26-py2app-devel 8 version 0. 4.48 version 0.5.3 9 9 categories-append devel 10 10 license MIT/PSF 11 11 maintainers nomaintainer … … 19 19 20 20 homepage http://wiki.python.org/moin/MacPython/py2app 21 21 22 fetch.type svn23 svn.url http://svn.pythonmac.org/py2app/py2app/trunk/ 24 svn.revision 87 25 worksrcdir trunk22 fetch.type hg 23 hg.url http://bitbucket.org/ronaldoussoren/py2app 24 hg.tag c3bb65c5b0d0 25 worksrcdir py2app-${version} 26 26 27 27 conflicts py26-py2app 28 28 … … 35 35 post-destroot { 36 36 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \ 37 37 ${destroot}${prefix}/share/examples/${name} 38 xinstall -m 644 -W ${worksrcpath} LICENSE.txt NEWS.txtREADME.txt \38 xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \ 39 39 ${destroot}${prefix}/share/doc/${name} 40 40 eval copy [glob ${worksrcpath}/examples/*] \ 41 41 ${destroot}${prefix}/share/examples/${name}