summaryrefslogtreecommitdiff
path: root/chat/weechat/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'chat/weechat/patches/patch-aa')
-rw-r--r--chat/weechat/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/weechat/patches/patch-aa b/chat/weechat/patches/patch-aa
new file mode 100644
index 00000000000..e191eaa8165
--- /dev/null
+++ b/chat/weechat/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2006/10/02 17:45:49 tonio Exp $
+
+--- po/Makefile.in.in.orig 2006-10-01 10:00:26.000000000 +0200
++++ po/Makefile.in.in
+@@ -30,7 +30,7 @@ gettextsrcdir = $(datadir)/gettext/po
+
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+-mkinstalldirs = $(SHELL) @install_sh@ -d
++mkinstalldirs = $(INSTALL_DATA_DIR)
+ mkdir_p = @mkdir_p@
+
+ GMSGFMT_ = @GMSGFMT@