summaryrefslogtreecommitdiff
path: root/dns/knot3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/knot3/Makefile')
-rw-r--r--dns/knot3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/knot3/Makefile b/dns/knot3/Makefile
index 2dae99633be0..cf30506e6998 100644
--- a/dns/knot3/Makefile
+++ b/dns/knot3/Makefile
@@ -1,5 +1,5 @@
PORTNAME= knot
-DISTVERSION= 3.3.5
+DISTVERSION= ${KNOT_VERSION}
CATEGORIES= dns
MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \
https://dns.company/downloads/knot-dns/
@@ -119,4 +119,5 @@ post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
+.include "knotdns.mk"
.include <bsd.port.mk>