diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-19 11:49:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-19 11:49:14 +0000 |
commit | 42a1df4952dd512b5f7436e6159562b018716cb7 (patch) | |
tree | 71c6f8c8c4daaa0257cdae817ff05bcdd3a8c7c5 | |
parent | 2a56663170d7ac1344b0aa82de038eeba3f73604 (diff) | |
download | ports-42a1df4952dd512b5f7436e6159562b018716cb7.tar.gz ports-42a1df4952dd512b5f7436e6159562b018716cb7.zip |
Notes
-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 |