Ticket #42195: mosh-perl5.16.diff
File mosh-perl5.16.diff, 831 bytes (added by neverpanic (Clemens Lang), 11 years ago) |
---|
-
Portfile
5 5 6 6 name mosh 7 7 version 1.2.4 8 revision 38 revision 4 9 9 categories net 10 10 license GPL-3+ 11 11 platforms darwin … … 26 26 port:protobuf-cpp \ 27 27 port:zlib \ 28 28 port:openssl \ 29 port:p5.1 2-getopt-long29 port:p5.16-getopt-long 30 30 31 31 post-patch { 32 reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.1 2|" ${worksrcpath}/scripts/mosh32 reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.16|" ${worksrcpath}/scripts/mosh 33 33 } 34 34 35 35 post-destroot {