diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-19 14:26:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-19 14:26:30 +0000 |
commit | e78326dbeb54714ef931741e64554aeee00a8ead (patch) | |
tree | 9864afe0fa38603bb455533c9b738e022dec918b /irc/weechat | |
parent | 4c23727eddbb8e1556724fa8fa7c82047ef76281 (diff) |
- Fix PLIST_SUB value
Reported by: QAT
Notes
Notes:
svn path=/head/; revision=234208
Diffstat (limited to 'irc/weechat')
-rw-r--r-- | irc/weechat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |