diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-03 06:52:53 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-03 09:19:19 +0000 |
commit | b6c692c88fe9e467b02f8d8aff6ed584669abb32 (patch) | |
tree | eabdbc9dfd661831bfbef9aaf389b46a18ac932b /net/tshark | |
parent | net/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/Makefile | 2 |
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" |