summaryrefslogtreecommitdiff
path: root/net/bind9-current/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'net/bind9-current/patches/patch-ak')
-rw-r--r--net/bind9-current/patches/patch-ak12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/bind9-current/patches/patch-ak b/net/bind9-current/patches/patch-ak
new file mode 100644
index 00000000000..90fa832bea2
--- /dev/null
+++ b/net/bind9-current/patches/patch-ak
@@ -0,0 +1,12 @@
+$NetBSD: patch-ak,v 1.1 2004/05/15 21:00:58 itojun Exp $
+
+--- bin/named/Makefile.in- 2004-05-16 05:30:38.000000000 +0900
++++ bin/named/Makefile.in 2004-05-16 05:30:47.000000000 +0900
+@@ -126,6 +126,6 @@
+ $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man8
+
+ install:: named@EXEEXT@ lwresd@EXEEXT@ installdirs
+- ${LIBTOO_MODE_INSTALL} ${INSTALL_PROGRAM} named@EXEEXT@ ${DESTDIR}${sbindir}
++ ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named@EXEEXT@ ${DESTDIR}${sbindir}
+ (cd ${DESTDIR}${sbindir}; rm -f lwresd@EXEEXT@; @LN@ named@EXEEXT@ lwresd@EXEEXT@)
+ for m in ${MANPAGES}; do ${INSTALL_DATA} ${srcdir}/$$m ${DESTDIR}${mandir}/man8; done