Ticket #15845: patch-perl5.8-binary.diff
File patch-perl5.8-binary.diff, 618 bytes (added by raimue (Rainer Müller), 16 years ago) |
---|
-
perl5.8/Portfile
4 4 5 5 name perl5.8 6 6 version 5.8.8 7 revision 27 revision 3 8 8 categories lang 9 9 platforms darwin freebsd linux 10 10 maintainers nomaintainer … … 51 51 test.run yes 52 52 53 53 post-destroot { 54 ln -s ${prefix}/bin/perl${version} ${destroot}${prefix}/bin/$name 55 54 56 foreach man3File [glob ${destroot}${prefix}/share/man/man3/*] { 55 57 file rename ${man3File} ${man3File}pm 56 58 }