[128012] trunk/dports/_resources/port1.0/group/perl5-1.0.tcl

devans at macports.org devans at macports.org
Mon Nov 10 13:03:05 PST 2014


Revision: 128012
          https://trac.macports.org/changeset/128012
Author:   devans at macports.org
Date:     2014-11-10 13:03:05 -0800 (Mon, 10 Nov 2014)
Log Message:
-----------
group/perl5-1.0.tcl: perl5.use_module_build, update configure and destroot argument strings to work with both Module::Build and Module::Build::Tiny.

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/perl5-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/perl5-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/perl5-1.0.tcl	2014-11-10 20:48:32 UTC (rev 128011)
+++ trunk/dports/_resources/port1.0/group/perl5-1.0.tcl	2014-11-10 21:03:05 UTC (rev 128012)
@@ -258,7 +258,7 @@
     depends_lib-append  port:p${perl5.major}-module-build
 
     configure.pre_args  Build.PL
-    default configure.args {"installdirs=vendor --config cc=\"${configure.cc}\" --config ld=\"${configure.cc}\""}
+    default configure.args {"--installdirs=vendor --config cc=\"${configure.cc}\" --config ld=\"${configure.cc}\""}
 
     build.cmd           ${perl5.bin}
     build.pre_args      Build
@@ -270,7 +270,7 @@
     destroot.cmd        ${perl5.bin}
     destroot.pre_args   Build
     destroot.args       install
-    destroot.destdir    destdir=${destroot}
+    destroot.destdir    --destdir=${destroot}
 }
 
 # Convert a floating-point version to a dotted-integer one.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141110/d6fae34a/attachment.html>


More information about the macports-changes mailing list