summaryrefslogtreecommitdiff
path: root/dns/bind-tools
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-09-25 10:05:48 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-09-25 10:05:48 +0000
commit5ed65050ac6f68435982085451754e22ef1c3d01 (patch)
tree8f0ce423c6520e03b7fb9a416a8bb450948a0884 /dns/bind-tools
parentLists DOCS in OPTIONS_DEFINE, fix typo in RUN_DEPENDS for the MAPI option. (diff)
Fix build on -CURRENT. [1]
- Force building with libedit - Bump PORTREVISION to account for accidental succesful builds PR: 203273 [1] Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=397807
Diffstat (limited to 'dns/bind-tools')
-rw-r--r--dns/bind-tools/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/dns/bind-tools/Makefile b/dns/bind-tools/Makefile
index 06a075ae3f1d..bb307ec3433c 100644
--- a/dns/bind-tools/Makefile
+++ b/dns/bind-tools/Makefile
@@ -1,14 +1,6 @@
# $FreeBSD$
# Define PORTREVISION in ${MASTERDIR}
-PKGNAMESUFFIX= -tools
-
-COMMENT= Command line tools from BIND: delv, dig, host, nslookup...
-
-CONFIGURE_ARGS+= --disable-shared
-
-CONFLICTS+= bind910-9.10.*
-
MASTERDIR= ${.CURDIR}/../../dns/bind910
DESCR= ${.CURDIR}/pkg-descr
@@ -19,14 +11,4 @@ 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#' \
- -e 's#.*INSTALL.*isc-config.*##' \
- -e 's#.*INSTALL.*bind.keys.*##' \
- ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e 's#^SUBDIRS.*#SUBDIRS = delv dig dnssec nsupdate \\#' \
- -e 's#^ .*check confgen ##' \
- ${WRKSRC}/bin/Makefile.in
-
.include "${MASTERDIR}/Makefile"