Ticket #23608: Portfile.diff
File Portfile.diff, 513 bytes (added by loumzie@…, 15 years ago) |
---|
-
Portfile
old new 47 47 xinstall -m 755 ${worksrcpath}/src/modules/perl/mod_perl.so \ 48 48 ${destroot}${prefix}/apache2/libexec/ 49 49 50 system "cd ${destroot}${prefix}/lib/perl5/site_perl/5. 8*/darwin-*2level/auto/mod_perl2/ \50 system "cd ${destroot}${prefix}/lib/perl5/site_perl/5.*/darwin-*2level/auto/mod_perl2/ \ 51 51 && cat .packlist | sed s#${destroot}/#\/#g >.packlist.new \ 52 52 && mv .packlist.new .packlist" 53 53 }