From 3831e9ccf5af45ab81ec5d67e7447fa98bc74a9d Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 19 May 2009 11:49:14 +0000 Subject: - Fix typo: PLIST_SUBS -> PLIST_SUB Reported by: pointyhat --- irc/weechat-devel/Makefile | 2 +- irc/weechat/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'irc') 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 -- cgit