diff options
-rw-r--r-- | dns/bind-tools/Makefile | 7 | ||||
-rw-r--r-- | dns/bind-tools/pkg-descr | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dns/bind-tools/Makefile b/dns/bind-tools/Makefile index a4cb643acf80..589a861c89eb 100644 --- a/dns/bind-tools/Makefile +++ b/dns/bind-tools/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -tools COMMENT= Command line tools from BIND: dig, host, and nslookup @@ -16,6 +17,8 @@ PKGINSTALL= /nonexistent BIND_TOOLS_SLAVE= YES +INSTALL_WRKSRC= ${WRKSRC}/bin + post-patch: @${REINPLACE_CMD} -e 's#^SUBDIRS.*#SUBDIRS = lib bin#' \ -e 's#isc-config.sh installdirs#installdirs#' \ @@ -26,8 +29,4 @@ post-patch: -e 's#^ .*check confgen ##' \ ${WRKSRC}/bin/Makefile.in -do-install: - @(cd ${INSTALL_WRKSRC}/bin && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) - - .include "${MASTERDIR}/Makefile" diff --git a/dns/bind-tools/pkg-descr b/dns/bind-tools/pkg-descr index c0f754e63a66..6dee7a098c4c 100644 --- a/dns/bind-tools/pkg-descr +++ b/dns/bind-tools/pkg-descr @@ -1,4 +1,8 @@ The user space command line tools from the latest version of BIND: - dig, host, and nslookup + delv, dig, host, nslookup, nsupdate + +It also includes various dnssec related tools: + dnssec-dsfromkey, dnssec-importkey, dnssec-keyfromlabel, dnssec-keygen, + dnssec-revoke, dnssec-settime, dnssec-signzone, dnssec-verify WWW: https://www.isc.org/software/bind |