[82831] trunk/dports/www/mod_perl/Portfile

jmr at macports.org jmr at macports.org
Sat Aug 20 18:27:26 PDT 2011


Revision: 82831
          http://trac.macports.org/changeset/82831
Author:   jmr at macports.org
Date:     2011-08-20 18:27:26 -0700 (Sat, 20 Aug 2011)
Log Message:
-----------
mod_perl: fix hardcoded reference to perl 5.8

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

Modified: trunk/dports/www/mod_perl/Portfile
===================================================================
--- trunk/dports/www/mod_perl/Portfile	2011-08-21 01:26:17 UTC (rev 82830)
+++ trunk/dports/www/mod_perl/Portfile	2011-08-21 01:27:26 UTC (rev 82831)
@@ -55,7 +55,7 @@
 		xinstall -m 755 ${worksrcpath}/apaci/libperl.so \
 			${destroot}${prefix}/libexec/apache/
 	}
-	system "cd ${destroot}${prefix}/lib/perl5/site_perl/5.8*/darwin-*2level/auto/mod_perl/ \
+	system "cd ${destroot}${prefix}/lib/perl5/site_perl/5.*/darwin-*2level/auto/mod_perl/ \
 		&& 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/20110820/f8a9631c/attachment.html>


More information about the macports-changes mailing list