diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-10-12 12:56:12 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-10-12 17:01:38 +0200 |
commit | ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1 (patch) | |
tree | 4747a7134a94cc32a8fd0c2486c70da30fe53489 /net/tshark | |
parent | devel/rust-analyzer: Update to 2021-10-11 (diff) |
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
Diffstat (limited to 'net/tshark')
-rw-r--r-- | net/tshark/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tshark/Makefile b/net/tshark/Makefile index cf23a3960b72..dfa8f2437aff 100644 --- a/net/tshark/Makefile +++ b/net/tshark/Makefile @@ -1,7 +1,6 @@ # Created by: Bill Fumerola <billf@mu.org> PORTNAME= tshark -CATEGORIES= net CONFLICTS_INSTALL?= tshark-lite-[0-9]* wireshark-lite-[0-9]* wireshark-[0-9]* |