summaryrefslogtreecommitdiff
path: root/net/tshark
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-03 06:52:53 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-03 09:19:19 +0000
commitb6c692c88fe9e467b02f8d8aff6ed584669abb32 (patch)
treeeabdbc9dfd661831bfbef9aaf389b46a18ac932b /net/tshark
parentnet/ooni-probe-cli: Remove invalid CPE information (diff)
net/tshark: Fix CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'net/tshark')
-rw-r--r--net/tshark/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tshark/Makefile b/net/tshark/Makefile
index 96d123a476d2..cf23a3960b72 100644
--- a/net/tshark/Makefile
+++ b/net/tshark/Makefile
@@ -7,6 +7,8 @@ CONFLICTS_INSTALL?= tshark-lite-[0-9]* wireshark-lite-[0-9]* wireshark-[0-9]*
MASTERDIR= ${.CURDIR}/../wireshark
+CPE_PRODUCT= wireshark
+
OPTIONS_EXCLUDE= GUI
.include "${MASTERDIR}/Makefile"