From 7bc66cfe2e8f242ce9b592f1649274e1c3660053 Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 19 May 2009 14:26:30 +0000 Subject: - Fix PLIST_SUB value Reported by: QAT --- irc/weechat-devel/Makefile | 2 +- irc/weechat/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index cfddb037c239..68bcb13cda3e 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -45,7 +45,7 @@ CONFIGURE_ARGS+= --with-debug=0 .if !defined(WITHOUT_CHARSET) CONFIGURE_ARGS+= --disable-charset -PLIST_SUB+= CHARSET="@comment" +PLIST_SUB+= CHARSET="@comment " .else PLIST_SUB+= CHARSET="" .endif diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index cfddb037c239..68bcb13cda3e 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -45,7 +45,7 @@ CONFIGURE_ARGS+= --with-debug=0 .if !defined(WITHOUT_CHARSET) CONFIGURE_ARGS+= --disable-charset -PLIST_SUB+= CHARSET="@comment" +PLIST_SUB+= CHARSET="@comment " .else PLIST_SUB+= CHARSET="" .endif -- cgit