aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-12-18 16:58:26 +0800
committerdougb <dougb@FreeBSD.org>2010-12-18 16:58:26 +0800
commit6842289b3297076299e287f1a99e51025140c5b7 (patch)
treedd188308f53e9f62ea62436cc9039f31e0a9c04b
parentbae1d6b6eec5c7913e507a6c06b51fc487e9d6ba (diff)
downloadfreebsd-ports-graphics-6842289b3297076299e287f1a99e51025140c5b7.tar.gz
freebsd-ports-graphics-6842289b3297076299e287f1a99e51025140c5b7.tar.zst
freebsd-ports-graphics-6842289b3297076299e287f1a99e51025140c5b7.zip
We need the fixes from bind97 for the perl problem here, not bind96
-rw-r--r--dns/bind98/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile
index adcf5a1d13a..829d9db0007 100644
--- a/dns/bind98/Makefile
+++ b/dns/bind98/Makefile
@@ -202,8 +202,12 @@ post-patch:
${WRKSRC}/bin/${FILE}.Dist > ${WRKSRC}/bin/${FILE}
.endfor
@${MV} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.Dist
- @${SED} -e 's#.*INSTALL_DATA.*bind.keys.*##' \
- ${WRKSRC}/Makefile.in.Dist > ${WRKSRC}/Makefile.in
+ @${SED} -e 's#.*bind\.keys.*##' ${WRKSRC}/Makefile.in.Dist > \
+ ${WRKSRC}/Makefile.in
+ @${MV} ${WRKSRC}/bin/named/Makefile.in ${WRKSRC}/bin/named/Makefile.in.Dist
+ @${SED} -e 's/$${PERL}/#/' -e 's/bind.keys.h/#/g' -e 's/bind9.xsl.h/#/g' \
+ ${WRKSRC}/bin/named/Makefile.in.Dist > \
+ ${WRKSRC}/bin/named/Makefile.in
PKGMESSAGE= ${.CURDIR}/../bind97/pkg-message
PKGINSTALL= ${.CURDIR}/../bind97/pkg-install
@@ -216,7 +220,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/arm/Bv9ARM.pdf ${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/doc/misc/[a-z]* ${DOCSDIR}/misc
${CP} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/FAQ \
- ${WRKSRC}/HISTORY ${WRKSRC}/README ${DOCSDIR}/
+ ${WRKSRC}/HISTORY ${WRKSRC}/README ${DOCSDIR}/
.endif
.if !defined(WITHOUT_LINKS) && !defined(WITH_REPLACE_BASE)
PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL