Ticket #15845: patch-perl5.10-binary.diff

File patch-perl5.10-binary.diff, 693 bytes (added by raimue (Rainer Müller), 16 years ago)
  • perl5.10/Portfile

     
    44
    55name            perl5.10
    66version         5.10.0
    7 revision        1
     7revision        2
    88categories      lang
    99platforms               darwin
    1010maintainers     afb@macports.org
     
    5656            move ${bin} ${bin}-${branch}
    5757        }
    5858    }
     59
     60    ln -s ${prefix}/bin/perl${version} ${destroot}${prefix}/bin/$name
     61
    5962    foreach man1File [glob ${destroot}${prefix}/share/man/man1/*] {
    6063        regexp (.*)(\.1.*) ${man1File} -> program suffix
    6164        file rename ${man1File} ${program}-${branch}${suffix}