Ticket #23009: portfile.patch

File portfile.patch, 584 bytes (added by weakish@…, 14 years ago)

I believe this patch will fix this bug

  • Portfile

    old new  
    1 # $Id$
     1# $Id: Portfile 61838 2009-12-21 23:02:37Z tommyd@macports.org $
    22
    33PortSystem 1.0
    44PortGroup perl5 1.0
     
    7373    reinplace "s|/etc/ikiwiki/wikilist|${prefix}/etc/ikiwiki/wikilist|g" \
    7474    ${worksrcpath}/ikiwiki-update-wikilist \
    7575    ${worksrcpath}/ikiwiki-mass-rebuild
     76    reinplace "s|/usr/bin/python|${prefix}/bin/python|g" \
     77        ${worksrcpath}/plugins/rst
    7678}