Skip to content

Commit

Permalink
Add 'C' locale to reinplace, fixes https://trac.macports.org/ticket/3…
Browse files Browse the repository at this point in the history
…8503

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@104393 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
landonf committed Mar 24, 2013
1 parent 84fe0a0 commit 12c6967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textproc/naturaldocs/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ depends_lib path:bin/perl:perl5
use_configure no

post-patch {
reinplace s|/usr/bin/perl|${prefix}/bin/perl|g ${worksrcpath}/NaturalDocs
reinplace -locale C s|/usr/bin/perl|${prefix}/bin/perl|g ${worksrcpath}/NaturalDocs
system "chmod +x \"${worksrcpath}/NaturalDocs\""
}

Expand Down

0 comments on commit 12c6967

Please sign in to comment.