aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/wireshark/Makefile')
-rw-r--r--net/wireshark/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 997e504b901d..d34136bdc988 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -42,12 +42,12 @@ WIRESHARK_LIBS=
.for x in capinfos editcap mergecap rawshark text2pcap dftest randpkt \
reordercap
.if defined(LITE)
-PLIST_SUB+= ${x:U}="@comment $x not installed" \
- ${x:U}_MAN="@comment $x not installed "
+PLIST_SUB+= ${x:tu}="@comment $x not installed" \
+ ${x:tu}_MAN="@comment $x not installed "
CONFIGURE_ARGS+= --enable-$x=no
.else
-PLIST_SUB+= ${x:U}=bin/$x \
- ${x:U}_MAN=""
+PLIST_SUB+= ${x:tu}=bin/$x \
+ ${x:tu}_MAN=""
.endif
.endfor