Ticket #12950: path-Portfile.diff
File path-Portfile.diff, 683 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
Portfile
27 27 sha1 19843b5a7585cf35d96c07dbcd419bbdd5813617 \ 28 28 rmd160 680004238d626ec985075e1b4519b7f0b34f57e5 29 29 30 # Perl modules are installed into ARCHLIB and PRIVLIB. 31 # Put SITEARCH and SITELIB paths in front of ARCHLIB and PRIVLIB in the @INC array so perl will find them first. 32 # This allows MacPorts to upgrade modules installed with perl. 33 patchfiles patch-perl.c.diff 34 30 35 post-patch { 31 36 reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/Configure 32 37 # Ensure that the ld value set in configure.args is used