Ticket #23009: portfile.patch
File portfile.patch, 584 bytes (added by weakish@…, 15 years ago) |
---|
-
Portfile
old new 1 # $Id $1 # $Id: Portfile 61838 2009-12-21 23:02:37Z tommyd@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 PortGroup perl5 1.0 … … 73 73 reinplace "s|/etc/ikiwiki/wikilist|${prefix}/etc/ikiwiki/wikilist|g" \ 74 74 ${worksrcpath}/ikiwiki-update-wikilist \ 75 75 ${worksrcpath}/ikiwiki-mass-rebuild 76 reinplace "s|/usr/bin/python|${prefix}/bin/python|g" \ 77 ${worksrcpath}/plugins/rst 76 78 }