diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-25 10:05:48 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-25 10:05:48 +0000 |
commit | 5ed65050ac6f68435982085451754e22ef1c3d01 (patch) | |
tree | 8f0ce423c6520e03b7fb9a416a8bb450948a0884 /dns/bind-tools | |
parent | 85039a847e0fced0ba0ae1637a78c2894f96566f (diff) |
Notes
Diffstat (limited to 'dns/bind-tools')
-rw-r--r-- | dns/bind-tools/Makefile | 18 |
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" |