Ticket #12950: p5-scalar-list-utils.Portfile.patch
File p5-scalar-list-utils.Portfile.patch, 1.0 KB (added by ghosthound, 16 years ago) |
---|
-
perl/p5-scalar-list-utils/Portfile
15 15 16 16 platforms darwin 17 17 18 # Perl searches vendor location last, so this won't19 # override the older version included with perl20 # if we install it in the vendor location21 set perl5.lib ${prefix}/lib/perl5/${perl5.version}18 ## # Perl searches vendor location last, so this won't 19 ## # override the older version included with perl 20 ## # if we install it in the vendor location 21 ## set perl5.lib ${prefix}/lib/perl5/${perl5.version} 22 22 23 configure.args23 ## configure.args 24 24 25 post-destroot {26 ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port"27 }25 ## post-destroot { 26 ## ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port" 27 ## }