diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/knot2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile index 4bc19b75e585..7d348fc9644f 100644 --- a/dns/knot2/Makefile +++ b/dns/knot2/Makefile @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= knot -DISTVERSION= 2.0.0.r1 +DISTVERSION= 2.0.0-rc1 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://dns-lab.com/downloads/knot-dns/ PKGNAMESUFFIX= 2 -DISTNAME= ${PORTNAME}-2.0.0-rc1 MAINTAINER= freebsd@dns-lab.com COMMENT= High performance authoritative-only DNS server |