aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-05-19 19:49:14 +0800
committerpav <pav@FreeBSD.org>2009-05-19 19:49:14 +0800
commit3831e9ccf5af45ab81ec5d67e7447fa98bc74a9d (patch)
tree218e65a7b7a157f2f1a034b7a99c6da63e0011d3
parent6a93090f665f6c1a227dcf77f214115e179cd371 (diff)
downloadfreebsd-ports-gnome-3831e9ccf5af45ab81ec5d67e7447fa98bc74a9d.tar.gz
freebsd-ports-gnome-3831e9ccf5af45ab81ec5d67e7447fa98bc74a9d.tar.zst
freebsd-ports-gnome-3831e9ccf5af45ab81ec5d67e7447fa98bc74a9d.zip
- Fix typo: PLIST_SUBS -> PLIST_SUB
Reported by: pointyhat
-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 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