Ticket #12950: p5-test-simple.Portfile.patch
File p5-test-simple.Portfile.patch, 1.1 KB (added by ghosthound, 16 years ago) |
---|
-
perl/p5-test-simple/Portfile
13 13 sha1 b3a66d297459cf9ca6d952af8f87ceb3ad6c54a8 \ 14 14 rmd160 19a69e52d2d7cabd2df47aab976758bd4fd0846b 15 15 16 # Perl searches vendor location last, so this won't17 # override the older version included with perl18 # if we install it in the vendor location19 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} 20 20 21 configure.args21 ## configure.args 22 22 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 ## } 26 26 27 27 universal_variant no