Ticket #21940: stgit.diff

File stgit.diff, 817 bytes (added by blb@…, 15 years ago)

diff to Portfile

  • Portfile

     
    22# $Id$
    33
    44PortSystem          1.0
    5 PortGroup           python25 1.0
     5PortGroup           python26 1.0
    66
    77name                stgit
    88version             0.14.3
    9 revision            1
     9revision            2
    1010categories          devel python
    1111platforms           darwin
    1212maintainers         boeyms openmaintainer
     
    4646        eval xinstall -m 644 [eval glob ${stgman}] \
    4747            ${destroot}${prefix}/share/man/man1
    4848    }
     49    foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] {
     50        ln -s ${python.prefix}/bin/${binfile} \
     51            ${destroot}${prefix}/bin/${binfile}
     52    }
    4953}
    5054
    5155variant html_man_docs \