[77578] trunk/dports/www/mod_perl2/Portfile

jmr at macports.org jmr at macports.org
Mon Apr 4 19:16:55 PDT 2011


Revision: 77578
          http://trac.macports.org/changeset/77578
Author:   jmr at macports.org
Date:     2011-04-04 19:16:54 -0700 (Mon, 04 Apr 2011)
Log Message:
-----------
mod_perl2: fix post-destroot code when using a perl version other than 5.8 (#23608)

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

Modified: trunk/dports/www/mod_perl2/Portfile
===================================================================
--- trunk/dports/www/mod_perl2/Portfile	2011-04-04 23:43:11 UTC (rev 77577)
+++ trunk/dports/www/mod_perl2/Portfile	2011-04-05 02:16:54 UTC (rev 77578)
@@ -47,7 +47,7 @@
 		xinstall -m 755 ${worksrcpath}/src/modules/perl/mod_perl.so \
 			${destroot}${prefix}/apache2/libexec/
 
-	system "cd ${destroot}${prefix}/lib/perl5/site_perl/5.8*/darwin-*2level/auto/mod_perl2/ \
+	system "cd ${destroot}${prefix}/lib/perl5/site_perl/5.*/darwin-*2level/auto/mod_perl2/ \
 		&& cat .packlist | sed s#${destroot}/#\/#g >.packlist.new \
 		&& mv .packlist.new .packlist"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110404/e9f03ebd/attachment-0001.html>


More information about the macports-changes mailing list