Use ${TOOL_SED} and resolve paths properly.
This commit is contained in:
parent
f1955b04fe
commit
45f67fc24b
11
crypto/external/bsd/heimdal/lib/libkrb5/Makefile
vendored
11
crypto/external/bsd/heimdal/lib/libkrb5/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.9 2017/01/28 21:31:52 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2017/01/28 22:25:44 christos Exp $
|
||||
|
||||
USE_FORT?= yes # network protocol library
|
||||
|
||||
@ -540,10 +540,11 @@ INFOFLAGS= -I. -I${HEIMDIST}/doc
|
||||
heimdal.texi: vars.texi
|
||||
|
||||
vars.texi: vars.tin
|
||||
< ${HEIMDIST}/doc/vars.tin > $@ \
|
||||
sed -e 's,[@]dbdir[@],/var/heimdal,g' \
|
||||
-e 's,[@]dbtype[@],db1,g'
|
||||
-e 's,[@]PACKAGE_VERSION[@],7.1.0,g'
|
||||
@${TOOL_SED} -e 's,[@]dbdir[@],/var/heimdal,g' \
|
||||
-e 's,[@]dbtype[@],db1,g' \
|
||||
-e 's,[@]PACKAGE_VERSION[@],7.1.0,g' \
|
||||
< ${.ALLSRC} > ${.TARGET}
|
||||
|
||||
|
||||
CLEANFILES+= vars.texi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user