summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-05-19 14:26:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-05-19 14:26:30 +0000
commite78326dbeb54714ef931741e64554aeee00a8ead (patch)
tree9864afe0fa38603bb455533c9b738e022dec918b
parent- Update pkg-descr (diff)
- Fix PLIST_SUB value
Reported by: QAT
Notes
Notes: svn path=/head/; revision=234208
-rw-r--r--irc/weechat-devel/Makefile2
-rw-r--r--irc/weechat/Makefile2
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