Ticket #13885: perl5.10-Portfile.diff

File perl5.10-Portfile.diff, 510 bytes (added by ryandesign (Ryan Carsten Schmidt), 16 years ago)
  • Portfile

     
    44
    55name            perl5.10
    66version         5.10.0
     7revision        1
    78categories      lang
    89platforms               darwin
    910maintainers     afb@macports.org
     
    3233    }
    3334}
    3435
     36pre-configure {
     37    reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/Configure
     38}
     39
    3540configure.env       LC_ALL=C
    3641configure.cmd       sh Configure
    3742configure.pre_args