Ticket #21940: stgit.diff
File stgit.diff, 817 bytes (added by blb@…, 15 years ago) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup python2 51.05 PortGroup python26 1.0 6 6 7 7 name stgit 8 8 version 0.14.3 9 revision 19 revision 2 10 10 categories devel python 11 11 platforms darwin 12 12 maintainers boeyms openmaintainer … … 46 46 eval xinstall -m 644 [eval glob ${stgman}] \ 47 47 ${destroot}${prefix}/share/man/man1 48 48 } 49 foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] { 50 ln -s ${python.prefix}/bin/${binfile} \ 51 ${destroot}${prefix}/bin/${binfile} 52 } 49 53 } 50 54 51 55 variant html_man_docs \