4edc6d14f1
base BIND by correcting the path to named.conf in the man pages, and adding -base as a PKGNAMESUFFIX to make things really obvious. * Remove man page install from under NOPORTDOCS. Thanks to mi@ for this one. * Finally beat the CFLAGS issue into submission in a manner that's not terribly elegant, but does survive the "creative" sub-make architecture that they use to build stuff. This method will (hopefully) have the pleasant side effect of not forcing patch-aa to be regenerated quite so often.
28 lines
734 B
Text
28 lines
734 B
Text
--- src/port/freebsd/Makefile.set.orig Sun Jun 23 17:32:49 2002
|
|
+++ src/port/freebsd/Makefile.set Fri Jul 12 00:41:45 2002
|
|
@@ -1,12 +1,14 @@
|
|
'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'
|
|
+'DESTSBIN=${PREFIX}/sbin'
|
|
+'DESTEXEC=${PREFIX}/libexec'
|
|
+'DESTMAN=${MANPREFIX}/man'
|
|
+'DESTHELP=${PREFIX}/share/misc'
|
|
+'DESTETC=${PREFIX}/etc'
|
|
'DESTRUN=/var/run'
|
|
+'DESTINC=${PREFIX}/include/bind'
|
|
+'DESTLIB=${PREFIX}/lib'
|
|
'LEX=lex -I'
|
|
'YACC=yacc -d'
|
|
'SYSLIBS=-lutil'
|
|
@@ -17,3 +19,4 @@
|
|
'CATEXT=0'
|
|
'PS=ps'
|
|
'RANLIB=ranlib'
|
|
+'SH=${SH}'
|