diff options
author | itojun <itojun@pkgsrc.org> | 2001-01-18 13:12:04 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-01-18 13:12:04 +0000 |
commit | c6bd7f127c838fb0354fed0df48dde2974901f1d (patch) | |
tree | af4f9e2aff517753577d68bb668155749ccecc04 /net/bind9/patches | |
parent | 0da157529116556b15cdbcd0601b26a6c9b025c6 (diff) | |
download | pkgsrc-c6bd7f127c838fb0354fed0df48dde2974901f1d.tar.gz |
upgrade to 9.1.0 from ISC.
too many changes to be mentioned here.
Diffstat (limited to 'net/bind9/patches')
-rw-r--r-- | net/bind9/patches/patch-aa | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/net/bind9/patches/patch-aa b/net/bind9/patches/patch-aa index 8dd456f6316..a08bbf68b52 100644 --- a/net/bind9/patches/patch-aa +++ b/net/bind9/patches/patch-aa @@ -1,13 +1,9 @@ -$NetBSD: patch-aa,v 1.4 2000/07/26 08:46:24 rh Exp $ +$NetBSD: patch-aa,v 1.5 2001/01/18 13:12:06 itojun Exp $ ---- Makefile.in.orig Wed Jul 12 19:06:01 2000 -+++ Makefile.in Wed Jul 26 10:18:37 2000 -@@ -43,7 +43,7 @@ - cleandir: distclean - - install:: isc-config.sh +--- Makefile.in.orig Wed Dec 6 05:19:14 2000 ++++ Makefile.in Sat Dec 16 03:17:07 2000 +@@ -37,3 +37,3 @@ + install:: isc-config.sh installdirs - ${INSTALL_PROGRAM} isc-config.sh ${DESTDIR}${bindir} + ${BSD_INSTALL_SCRIPT} isc-config.sh ${DESTDIR}${bindir} - kit: kitclean - mkdir bind-${VERSION} |