summaryrefslogtreecommitdiff
path: root/dns/bind-tools
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-09-26 08:31:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-09-26 08:31:16 +0000
commit61d5c503b2f8d7623388d201cdc03a57e7c73695 (patch)
treec885a3d35c21b84dc12d4a4b3930b9657ac07e3a /dns/bind-tools
parent- Update to 0.9.3 (diff)
Forgot to commit that with the latest 9.10 update.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=369309
Diffstat (limited to 'dns/bind-tools')
-rw-r--r--dns/bind-tools/Makefile7
-rw-r--r--dns/bind-tools/pkg-descr6
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