diff options
author | Will Andrews <will@FreeBSD.org> | 2000-10-29 04:45:17 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-10-29 04:45:17 +0000 |
commit | 12d1966fa89ff8179cff18d2927b42803de4196c (patch) | |
tree | 1f7371a91b51d9d1524c10a384fab1aa83934daa /dns/bind96/files | |
parent | Add a blurb that tells users that GIF support is disabled by default (diff) |
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
Notes
Notes:
svn path=/head/; revision=34384
Diffstat (limited to 'dns/bind96/files')
-rw-r--r-- | dns/bind96/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/bind96/files/patch-Makefile.in b/dns/bind96/files/patch-Makefile.in new file mode 100644 index 000000000000..6439868a658b --- /dev/null +++ b/dns/bind96/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} |