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

mojca at macports.org mojca at macports.org
Tue Dec 15 17:37:55 PST 2015


Revision: 143622
          https://trac.macports.org/changeset/143622
Author:   mojca at macports.org
Date:     2015-12-15 17:37:54 -0800 (Tue, 15 Dec 2015)
Log Message:
-----------
perl5: replace ${name} by ${subport} by (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:02:40 UTC (rev 143621)
+++ trunk/dports/lang/perl5/Portfile	2015-12-16 01:37:54 UTC (rev 143622)
@@ -145,8 +145,8 @@
                     move ${binFile} ${binFile}-${perl5.major}
                 }
             }
-            move ${destroot}${prefix}/bin/perl${version} ${destroot}${prefix}/bin/${name}
-            ln -s ${name} ${destroot}${prefix}/bin/perl${version}
+            move ${destroot}${prefix}/bin/perl${version} ${destroot}${prefix}/bin/${subport}
+            ln -s ${subport} ${destroot}${prefix}/bin/perl${version}
             foreach man1File [glob -directory "${destroot}${prefix}/share/man/man1p" *] {
                 regexp (.*)(\.1.*) ${man1File} -> program suffix
                 move ${man1File} ${program}-${perl5.major}${suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151215/e3c53ac9/attachment.html>


More information about the macports-changes mailing list