summaryrefslogtreecommitdiff
path: root/www/ikiwiki/patches
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2014-09-19 05:24:15 +0000
committerschmonz <schmonz@pkgsrc.org>2014-09-19 05:24:15 +0000
commite9e19b48ea6c15fe92b0399dfd2bd0752304d05d (patch)
tree12ca67ccca637d10e73a971d5397d77a9b7a984f /www/ikiwiki/patches
parentb14668f6dd9cd2a932aebba8f86b5b98201ac743 (diff)
downloadpkgsrc-e9e19b48ea6c15fe92b0399dfd2bd0752304d05d.tar.gz
Apply 053de54 from upstream git to fix paths in installed binaries
with the default PKG_SYSCONFBASE. Bump PKGREVISION.
Diffstat (limited to 'www/ikiwiki/patches')
-rw-r--r--www/ikiwiki/patches/patch-Makefile.PL16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/ikiwiki/patches/patch-Makefile.PL b/www/ikiwiki/patches/patch-Makefile.PL
new file mode 100644
index 00000000000..73859c8650b
--- /dev/null
+++ b/www/ikiwiki/patches/patch-Makefile.PL
@@ -0,0 +1,16 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2014/09/19 05:24:15 schmonz Exp $
+
+Apply 053de54 from upstream git to fix paths in installed binaries
+with the default PKG_SYSCONFBASE.
+
+--- Makefile.PL.orig 2014-09-10 07:48:12.000000000 +0000
++++ Makefile.PL
+@@ -60,7 +60,7 @@ docwiki:
+ $(PERL) -Iblib/lib $(extramodules) $(tflag) ikiwiki.in -setup docwiki.setup -refresh
+
+ sysconfdir:
+- $(PERL) -pi -e "s|/etc/ikiwiki|$(SYSCONFDIR)|g" $(sysconfdir_scripts)
++ $(PERL) -pi -e "s|\"/etc/ikiwiki|\"$(SYSCONFDIR)|g" $(sysconfdir_scripts)
+
+ extra_clean:
+ $(PERL) -Iblib/lib $(extramodules) $(tflag) ikiwiki.in -setup docwiki.setup -clean