[147576] trunk/dports/perl/p5-uuid/Portfile

mojca at macports.org mojca at macports.org
Thu Apr 7 23:42:22 PDT 2016


Revision: 147576
          https://trac.macports.org/changeset/147576
Author:   mojca at macports.org
Date:     2016-04-07 23:42:22 -0700 (Thu, 07 Apr 2016)
Log Message:
-----------
p5-uuid: fix a weird bug

Modified Paths:
--------------
    trunk/dports/perl/p5-uuid/Portfile

Modified: trunk/dports/perl/p5-uuid/Portfile
===================================================================
--- trunk/dports/perl/p5-uuid/Portfile	2016-04-08 06:15:45 UTC (rev 147575)
+++ trunk/dports/perl/p5-uuid/Portfile	2016-04-08 06:42:22 UTC (rev 147576)
@@ -21,4 +21,8 @@
 if {${perl5.major} != ""} {
     depends_build-append \
                     port:p${perl5.major}-devel-checklib
+
+    pre-destroot {
+        xinstall -d ${destroot}${prefix}/lib/perl5/vendor_perl/${perl5.major}
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160407/b5aa9a5b/attachment.html>


More information about the macports-changes mailing list