fix zkt following isc-bind update (utils moved sbin->bin)

This commit is contained in:
sthen 2022-04-14 14:49:08 +00:00
parent be9937c8d6
commit 55f7eca890

View File

@ -2,7 +2,7 @@ COMMENT= DNSsec Zone Key Tool
DISTNAME= zkt-1.1.4
CATEGORIES= security
REVISION= 3
REVISION= 4
# also https://github.com/hzuleger/ZKT http://www.zonekeytool.de/
HOMEPAGE= https://www.hznet.de/dns/zkt/
@ -18,7 +18,7 @@ MASTER_SITES= ${HOMEPAGE}
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-configpath=/var/named/etc \
--enable-bind_util_path=${LOCALBASE}/sbin
--enable-bind_util_path=${LOCALBASE}/bin
NO_TEST= Yes