pkgsrc/chat/weechat/patches/patch-aa
tonio 8f368d9824 Update chat/weechat to 0.2.1
Add an option to enable python plugin support.

News since last version are:
- added server default notify
- added arguments ($1,..,$9) for alias and special
  vars ($nick, $channel, $server)
- added hotlist in session file when using /upgrade command
- fixed crash with DCC when resuming file
- fixed random crash with /upgrade command
- fixed nicklist display when location is top or bottom
- fixed bug with CTCP version on channels
- fixed bug with auto-rejoin for keyed channels
- fixed chan owner and chan admin nicks
2006-10-02 17:45:49 +00:00

13 lines
376 B
Text

$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@