bb62f49418
for INSTALL_LIB. As the libraries are installed with the correct ownership now (LIBOWN and LIBGRP), bumped the PKGREVISION.
26 lines
721 B
Text
26 lines
721 B
Text
$NetBSD: patch-aj,v 1.3 2005/11/04 19:36:01 rillig Exp $
|
|
|
|
--- src/port/solaris/Makefile.set.sun.orig Tue Oct 19 00:45:13 1999
|
|
+++ src/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=${PKG_SYSCONFDIR}'
|
|
+'DESTLIB=${PREFIX}/lib'
|
|
+'DESTINC=${PREFIX}/include/bind'
|
|
+'DESTRUN=${PKG_SYSCONFDIR}'
|
|
'LDS=:'
|
|
'AR=/usr/ccs/bin/ar cru'
|
|
'LEX=/usr/ccs/bin/lex'
|