diff options
-rw-r--r-- | irc/weechat-devel/Makefile | 2 | ||||
-rw-r--r-- | irc/weechat/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index 31f32db8159d..cfddb037c239 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_SUBS+= CHARSET="@comment" +PLIST_SUB+= CHARSET="@comment" .else PLIST_SUB+= CHARSET="" .endif diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index 31f32db8159d..cfddb037c239 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_SUBS+= CHARSET="@comment" +PLIST_SUB+= CHARSET="@comment" .else PLIST_SUB+= CHARSET="" .endif |