diff options
Diffstat (limited to 'net/bind8/patches/patch-ai')
-rw-r--r-- | net/bind8/patches/patch-ai | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net/bind8/patches/patch-ai b/net/bind8/patches/patch-ai new file mode 100644 index 00000000000..90ce147297d --- /dev/null +++ b/net/bind8/patches/patch-ai @@ -0,0 +1,26 @@ +$NetBSD: patch-ai,v 1.1 2002/12/07 21:34:06 cjep Exp $ + +--- port/solaris/Makefile.set.orig Mon Jun 24 00:33:16 2002 ++++ port/solaris/Makefile.set +@@ -1,12 +1,14 @@ + 'CC=gcc' + 'CDEBUG=-g -O2' +-'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' |