diff options
author | mat <mat@FreeBSD.org> | 2015-06-25 16:14:42 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-06-25 16:14:42 +0800 |
commit | 86b244de0425a94f53e13cd7ef1ea1364bf669ad (patch) | |
tree | e3ebe2d8208c28054d6b9cb33bcb1aeea47ea560 /dns | |
parent | 4f43d5b9f74dc653515e6fd129d7ee32e7ee6ca4 (diff) | |
download | freebsd-ports-gnome-86b244de0425a94f53e13cd7ef1ea1364bf669ad.tar.gz freebsd-ports-gnome-86b244de0425a94f53e13cd7ef1ea1364bf669ad.tar.zst freebsd-ports-gnome-86b244de0425a94f53e13cd7ef1ea1364bf669ad.zip |
If you're using DISTVERSION, might as well really use it.
Sponsored by: Absolight
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 |