pkgsrc/net/bind8/patches/patch-aj
rillig bb62f49418 Fixed wrong use of WRKSRC. Cleaned up the Makefile. Added an override
for INSTALL_LIB. As the libraries are installed with the correct
ownership now (LIBOWN and LIBGRP), bumped the PKGREVISION.
2005-11-04 19:36:01 +00:00

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'