diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2023-03-03 14:23:24 -0500 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2023-03-03 14:23:24 -0500 |
commit | 6a935845e10394848985fe63fefe46e259108694 (patch) | |
tree | 0c98bfdfe464df93edfa30451d2cc9eeb570aa9d /net/tshark | |
parent | net/wireshark: Update to 4.0.4 and refactor the port logic (diff) |
net/Makefile: Remove tshark, tshark-lite, and wireshark-lite
The tshark port is now the nox11 flavor of net/wireshark.
Diffstat (limited to 'net/tshark')
-rw-r--r-- | net/tshark/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/tshark/Makefile b/net/tshark/Makefile deleted file mode 100644 index 6c4259643597..000000000000 --- a/net/tshark/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -PORTNAME= tshark - -CONFLICTS_INSTALL?= tshark-lite wireshark-lite wireshark - -MASTERDIR= ${.CURDIR}/../wireshark - -CPE_PRODUCT= wireshark - -OPTIONS_EXCLUDE= GUI - -.include "${MASTERDIR}/Makefile" |