diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-06-25 08:14:42 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-06-25 08:14:42 +0000 |
commit | c049f80c055baf7dbd666595469d9f2287306fe8 (patch) | |
tree | e3ebe2d8208c28054d6b9cb33bcb1aeea47ea560 /dns/knot2 | |
parent | e796c1175be6ee6970ed57a3bc5fd57cb606cbfe (diff) | |
download | ports-c049f80c055baf7dbd666595469d9f2287306fe8.tar.gz ports-c049f80c055baf7dbd666595469d9f2287306fe8.zip |
Notes
Diffstat (limited to 'dns/knot2')
-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 |