Ticket #12950: p5-test-simple.Portfile.patch

File p5-test-simple.Portfile.patch, 1.1 KB (added by ghosthound, 15 years ago)

patch for p5-test-simple to go with perl5.8 @INC inversion

  • perl/p5-test-simple/Portfile

     
    1313                    sha1 b3a66d297459cf9ca6d952af8f87ceb3ad6c54a8 \
    1414                    rmd160 19a69e52d2d7cabd2df47aab976758bd4fd0846b
    1515
    16 # Perl searches vendor location last, so this won't
    17 # override the older version included with perl
    18 # if we install it in the vendor location
    19 set perl5.lib   ${prefix}/lib/perl5/${perl5.version}
     16## # Perl searches vendor location last, so this won't
     17## # override the older version included with perl
     18## # if we install it in the vendor location
     19## set perl5.lib   ${prefix}/lib/perl5/${perl5.version}
    2020
    21 configure.args 
     21## configure.args 
    2222
    23 post-destroot {
    24     ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port"
    25 }
     23## post-destroot {
     24##     ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port"
     25## }
    2626
    2727universal_variant   no