[44413] trunk/dports/perl/p5-podlators/Portfile

narf_tm at macports.org narf_tm at macports.org
Sat Dec 27 20:58:06 PST 2008


Revision: 44413
          http://trac.macports.org/changeset/44413
Author:   narf_tm at macports.org
Date:     2008-12-27 20:58:04 -0800 (Sat, 27 Dec 2008)
Log Message:
-----------
Will overwrite Perl packages now. Fixes ticket #17785.

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

Modified: trunk/dports/perl/p5-podlators/Portfile
===================================================================
--- trunk/dports/perl/p5-podlators/Portfile	2008-12-28 02:52:03 UTC (rev 44412)
+++ trunk/dports/perl/p5-podlators/Portfile	2008-12-28 04:58:04 UTC (rev 44413)
@@ -15,3 +15,14 @@
                       rmd160 e746105abd34a8b4077bc8ff5bb8c06bcb3efc2e
 
 depends_lib-append    port:p5-pod-simple
+
+# Perl searches vendor location last, so this won't
+# override the older version included with perl
+# if we install it in the vendor location
+set perl5.lib   ${prefix}/lib/perl5/${perl5.version}
+
+configure.args  
+
+post-destroot {
+    ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081227/9cfb440d/attachment-0001.html>


More information about the macports-changes mailing list