[143621] trunk/dports/lang/perl5/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Tue Dec 15 16:02:40 PST 2015


Revision: 143621
          https://trac.macports.org/changeset/143621
Author:   mcalhoun at macports.org
Date:     2015-12-15 16:02:40 -0800 (Tue, 15 Dec 2015)
Log Message:
-----------
perl5: allow patch file to be found in new file structure of r143612

Revision Links:
--------------
    https://trac.macports.org/changeset/143612

Modified Paths:
--------------
    trunk/dports/lang/perl5/Portfile

Modified: trunk/dports/lang/perl5/Portfile
===================================================================
--- trunk/dports/lang/perl5/Portfile	2015-12-16 00:00:52 UTC (rev 143620)
+++ trunk/dports/lang/perl5/Portfile	2015-12-16 00:02:40 UTC (rev 143621)
@@ -121,7 +121,7 @@
 
         if {[variant_isset universal]} {
             post-configure {
-                system "cd ${worksrcpath} && ed - ${worksrcpath}/config.h < ${filespath}/config.h.ed"
+                system "cd ${worksrcpath} && ed - ${worksrcpath}/config.h < ${filespath}/${perl5.major}/config.h.ed"
             }
         }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151215/db08f364/attachment.html>


More information about the macports-changes mailing list