summaryrefslogtreecommitdiff
path: root/net/bind8/patches/patch-an
diff options
context:
space:
mode:
Diffstat (limited to 'net/bind8/patches/patch-an')
-rw-r--r--net/bind8/patches/patch-an24
1 files changed, 0 insertions, 24 deletions
diff --git a/net/bind8/patches/patch-an b/net/bind8/patches/patch-an
deleted file mode 100644
index 35a60a76f8f..00000000000
--- a/net/bind8/patches/patch-an
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-an,v 1.1 2006/03/22 18:33:57 joerg Exp $
-
---- src/port/freebsd/Makefile.set.orig 2006-03-22 17:41:15.000000000 +0000
-+++ src/port/freebsd/Makefile.set
-@@ -1,11 +1,13 @@
- 'CC=cc'
- 'CDEBUG=-O2 -g -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat'
--'DESTBIN=/usr/bin'
--'DESTSBIN=/usr/sbin'
--'DESTEXEC=/usr/libexec'
--'DESTMAN=/usr/share/man'
--'DESTHELP=/usr/share/misc'
--'DESTETC=/etc'
-+'DESTBIN=${PREFIX}/bin'
-+'DESTLIB=${PREFIX}/lib'
-+'DESTINC=${PREFIX}/include/bind'
-+'DESTSBIN=${PREFIX}/sbin'
-+'DESTEXEC=${PREFIX}/libexec'
-+'DESTMAN=${PREFIX}/${PKGMANDIR}'
-+'DESTHELP=${PREFIX}/share/doc/bind8'
-+'DESTETC=${PKG_SYSCONFDIR}'
- 'DESTRUN=/var/run'
- 'LEX=lex -I'
- 'YACC=yacc -d'