[118316] trunk/dports/www/ikiwiki/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Mar 30 00:03:43 PDT 2014


Revision: 118316
          https://trac.macports.org/changeset/118316
Author:   ryandesign at macports.org
Date:     2014-03-30 00:03:43 -0700 (Sun, 30 Mar 2014)
Log Message:
-----------
ikiwiki: don't install perllocal.pod; no port should install perllocal.pod (#39384)

Modified Paths:
--------------
    trunk/dports/www/ikiwiki/Portfile

Modified: trunk/dports/www/ikiwiki/Portfile
===================================================================
--- trunk/dports/www/ikiwiki/Portfile	2014-03-30 06:59:16 UTC (rev 118315)
+++ trunk/dports/www/ikiwiki/Portfile	2014-03-30 07:03:43 UTC (rev 118316)
@@ -9,7 +9,7 @@
 perl5.setup             ikiwiki 3.20110608
 # reset version because perl5 portgroup incorrectly converts it
 version                 3.20110608
-revision                2
+revision                3
 categories              www perl
 license                 GPL-2+
 description             A wiki compiler.
@@ -93,3 +93,7 @@
     ${worksrcpath}/ikiwiki-update-wikilist \
     ${worksrcpath}/ikiwiki-mass-rebuild
 }
+
+post-destroot {
+    eval delete [glob ${destroot}${prefix}/lib/perl5/*/*/perllocal.pod]
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140330/0c03c9d8/attachment-0001.html>


More information about the macports-changes mailing list