2013-09-15 14:51:23 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2018-05-12 14:04:30 +00:00
|
|
|
NO_WERROR= true
|
|
|
|
NO_WTHREAD_SAFETY= true
|
2015-03-05 12:40:59 +00:00
|
|
|
PACKAGE= unbound
|
2013-09-15 16:27:25 +00:00
|
|
|
|
2018-05-12 17:10:36 +00:00
|
|
|
.for man in ${MAN}
|
|
|
|
${man}: ${UNBOUNDDIR}/doc/${man:S/local-//}
|
|
|
|
sed -E \
|
|
|
|
-e 's/\<(fI)?unbound\>/\1local-unbound/g' \
|
|
|
|
-e 's/\<(fI)?Unbound\>/Local-unbound/g' \
|
|
|
|
-e 's/\/local-unbound/\/unbound/g' \
|
|
|
|
<${.ALLSRC} >${.TARGET}
|
|
|
|
CLEANFILES += ${man}
|
|
|
|
.endfor
|
|
|
|
|
2013-09-15 14:51:23 +00:00
|
|
|
.include "../Makefile.inc"
|