net/Makefile: Remove tshark, tshark-lite, and wireshark-lite
The tshark port is now the nox11 flavor of net/wireshark.
This commit is contained in:
parent
c362cdf990
commit
6a935845e1
4 changed files with 0 additions and 30 deletions
|
@ -1529,8 +1529,6 @@
|
|||
SUBDIR += trickle
|
||||
SUBDIR += tsclient
|
||||
SUBDIR += tsctp
|
||||
SUBDIR += tshark
|
||||
SUBDIR += tshark-lite
|
||||
SUBDIR += tsocks
|
||||
SUBDIR += tunneller
|
||||
SUBDIR += turnserver
|
||||
|
@ -1585,7 +1583,6 @@
|
|||
SUBDIR += wireguard-tools
|
||||
SUBDIR += wireproxy
|
||||
SUBDIR += wireshark
|
||||
SUBDIR += wireshark-lite
|
||||
SUBDIR += wlan2eth
|
||||
SUBDIR += wlvncc
|
||||
SUBDIR += wmnd
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
LITE= yes
|
||||
|
||||
CONFLICTS_INSTALL?= tshark wireshark wireshark-lite
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../tshark
|
||||
COMMENT= Powerful network analyzer/capture tool (lite package)
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
|
@ -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"
|
|
@ -1,8 +0,0 @@
|
|||
LITE= yes
|
||||
|
||||
CONFLICTS_INSTALL?= wireshark tshark tshark-lite
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../wireshark
|
||||
COMMENT= Powerful network analyzer/capture tool (lite package)
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in a new issue