summaryrefslogtreecommitdiff
path: root/net/bind8/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'net/bind8/patches/patch-aj')
-rw-r--r--net/bind8/patches/patch-aj26
1 files changed, 26 insertions, 0 deletions
diff --git a/net/bind8/patches/patch-aj b/net/bind8/patches/patch-aj
new file mode 100644
index 00000000000..94f0b40a523
--- /dev/null
+++ b/net/bind8/patches/patch-aj
@@ -0,0 +1,26 @@
+$NetBSD: patch-aj,v 1.1 2002/12/07 21:34:06 cjep Exp $
+
+--- port/solaris/Makefile.set.sun.orig Tue Oct 19 00:45:13 1999
++++ port/solaris/Makefile.set.sun
+@@ -1,12 +1,14 @@
+ 'CC=cc'
+ 'CDEBUG=-g -O'
+-'DESTBIN=/usr/local/bin'
+-'DESTSBIN=/usr/local/sbin'
+-'DESTEXEC=/usr/local/sbin'
+-'DESTMAN=/usr/local/share/man'
+-'DESTHELP=/usr/local/lib'
+-'DESTETC=/usr/local/etc'
+-'DESTRUN=/usr/local/etc'
++'DESTBIN=${PREFIX}/bin'
++'DESTSBIN=${PREFIX}/sbin'
++'DESTEXEC=${PREFIX}/libexec'
++'DESTMAN=${PREFIX}/man'
++'DESTHELP=${PREFIX}/share/doc/bind8'
++'DESTETC=${PREFIX}/etc'
++'DESTLIB=${PREFIX}/lib'
++'DESTINC=${PREFIX}/include/bind'
++'DESTRUN=${PREFIX}/etc'
+ 'LDS=:'
+ 'AR=/usr/ccs/bin/ar cru'
+ 'LEX=/usr/ccs/bin/lex'