diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-07 09:15:06 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-15 10:31:56 +0200 |
commit | ffbc3bd9376a3672e16eafddf55b233b8fed1674 (patch) | |
tree | a653e703909668c2218ff7bc0be48ed3cf5a2718 /dns/dnsmasq | |
parent | net/astron: Use proper options helper for SOCI (diff) |
Clean up some things
- Remove duplicate variables
- Remove nop variables
- Sort categories
- Remove redundant option descriptions that match the default ones
Reported by: portscan
Diffstat (limited to 'dns/dnsmasq')
-rw-r--r-- | dns/dnsmasq/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index ce494dc57133..6beea43b327b 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -12,8 +12,6 @@ MASTER_SITES= https://www.thekelleys.org.uk/dnsmasq/ \ MAINTAINER= mandree@FreeBSD.org COMMENT= Lightweight DNS forwarder, DHCP, and TFTP server -CONFLICTS_INSTALL= dnsmasq-devel-* - LICENSE= GPLv2 USES= cpe shebangfix tar:xz |