From 45f67fc24b2a5b4927d54fae17fa2990abc6cf8b Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 28 Jan 2017 22:25:44 +0000 Subject: [PATCH] Use ${TOOL_SED} and resolve paths properly. --- crypto/external/bsd/heimdal/lib/libkrb5/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/crypto/external/bsd/heimdal/lib/libkrb5/Makefile b/crypto/external/bsd/heimdal/lib/libkrb5/Makefile index c59448ff3db1..38e6f1c400d4 100644 --- a/crypto/external/bsd/heimdal/lib/libkrb5/Makefile +++ b/crypto/external/bsd/heimdal/lib/libkrb5/Makefile @@ -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