diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2017-07-19 12:52:52 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2017-07-19 12:52:52 +0000 |
commit | eed792d29a9e407ac159a01943bc0df3772d3858 (patch) | |
tree | 6a702d1525635056f26ac04654ae4472064bd675 /dns/knot2 | |
parent | 5fb8017b6b6f875f5dca4d85b28cc296de115ed9 (diff) |
Notes
Diffstat (limited to 'dns/knot2')
-rw-r--r-- | dns/knot2/Makefile | 1 | ||||
-rw-r--r-- | dns/knot2/pkg-plist | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile index 7ca3a59a4978..415e751d3b97 100644 --- a/dns/knot2/Makefile +++ b/dns/knot2/Makefile @@ -3,6 +3,7 @@ PORTNAME= knot PORTVERSION= 2.5.3 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://dns-lab.com/downloads/knot-dns/ diff --git a/dns/knot2/pkg-plist b/dns/knot2/pkg-plist index 16d401af2030..93cae3f3e72b 100644 --- a/dns/knot2/pkg-plist +++ b/dns/knot2/pkg-plist @@ -102,5 +102,5 @@ sbin/keymgr sbin/knotc sbin/knotd sbin/pykeymgr -@dir /var/db/knot -@dir /var/run/knot +@dir(knot,knot,) /var/db/knot +@dir(knot,knot,) /var/run/knot |