From: https://www.google.com/accounts/o8/id?id=AItOawnxp2XU8gIribhhGhGuYtU6eMMwHv5gUGI Date: Sat, 4 Jun 2011 17:14:44 +0000 (+0000) Subject: portability/packagability fixes X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=ebbf02a79357b74b9df0d95becc7af0486ba5ee7 portability/packagability fixes --- diff --git a/doc/install/discussion.mdwn b/doc/install/discussion.mdwn index c06893ec1..5a93ebded 100644 --- a/doc/install/discussion.mdwn +++ b/doc/install/discussion.mdwn @@ -331,3 +331,21 @@ I've not investigated more the /etc files ussage, but does not seems like a good Iñigo + +----- + + +Portability fixes encountered while maintaining the pkgsrc package: + +* In `IkiWiki::Setup::Standard::gendump()`, generate a shebang + matching the current `perl`. +* In `Makefile.PL`, provide overridable defaults for `SYSCONFDIR` + and `MANDIR`. +* In `Makefile.PL`, use `perl` to bump `ikiwiki.spec` instead of + `sed -i`. +* In `Makefile.PL`, specify more portable options to `cp`. + +I've attempted to patch these in a way that might be acceptable: + + +--[[schmonz]]