summaryrefslogtreecommitdiff
path: root/net/bind9-current/patches/patch-ak
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2004-10-03 09:26:12 +0000
committertron <tron@pkgsrc.org>2004-10-03 09:26:12 +0000
commit43941fe4c5d8a6c98c413fec5df7f5652fd4dc87 (patch)
tree029912fb87f965b906edf7458badaa06af2dae2e /net/bind9-current/patches/patch-ak
parenta4caaa600cd78bbacc3ed4146cb4e011d67b84fd (diff)
downloadpkgsrc-43941fe4c5d8a6c98c413fec5df7f5652fd4dc87.tar.gz
Remove "bind9-current" packages after "bind9" package has been updated
to version 9.3.0.
Diffstat (limited to 'net/bind9-current/patches/patch-ak')
-rw-r--r--net/bind9-current/patches/patch-ak12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/bind9-current/patches/patch-ak b/net/bind9-current/patches/patch-ak
deleted file mode 100644
index 90fa832bea2..00000000000
--- a/net/bind9-current/patches/patch-ak
+++ /dev/null
@@ -1,12 +0,0 @@
-$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