From 12d1966fa89ff8179cff18d2927b42803de4196c Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sun, 29 Oct 2000 04:45:17 +0000 Subject: Update to BIND version 9.0.0, now with better DNSSEC support among lots of other neat things like that. Sorry for the delay. Repo-copy by: asami --- dns/bind94/files/patch-Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dns/bind94/files/patch-Makefile.in (limited to 'dns/bind94/files/patch-Makefile.in') diff --git a/dns/bind94/files/patch-Makefile.in b/dns/bind94/files/patch-Makefile.in new file mode 100644 index 000000000000..6439868a658b --- /dev/null +++ b/dns/bind94/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in Wed Jul 26 20:48:49 2000 ++++ Makefile.in.new Sat Oct 28 22:52:11 2000 +@@ -43,7 +43,7 @@ + cleandir: distclean + + install:: isc-config.sh +- ${INSTALL_PROGRAM} isc-config.sh ${DESTDIR}${bindir} ++ ${INSTALL_DATA} -m 555 isc-config.sh ${DESTDIR}${bindir} + + kit: kitclean + mkdir bind-${VERSION} -- cgit v1.2.3