diff options
Diffstat (limited to 'dns/knot2/Makefile')
-rw-r--r-- | dns/knot2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile index 329062def72d..fa336d888bfa 100644 --- a/dns/knot2/Makefile +++ b/dns/knot2/Makefile @@ -6,10 +6,10 @@ DISTVERSION= 2.7.4 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ https://dns.company/downloads/knot-dns/ -PKGNAMESUFFIX= 2 +PKGNAMESUFFIX?= 2 MAINTAINER= freebsd@dns.company -COMMENT= High performance authoritative-only DNS server +COMMENT?= High performance authoritative-only DNS server LICENSE= GPLv3 |