Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/heimdal/lib/libkrb5 Use ${TOOL_SED} and ...



details:   https://anonhg.NetBSD.org/src/rev/00a1f09f9d78
branches:  trunk
changeset: 821212:00a1f09f9d78
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 28 22:25:44 2017 +0000

description:
Use ${TOOL_SED} and resolve paths properly.

diffstat:

 crypto/external/bsd/heimdal/lib/libkrb5/Makefile |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 06fbff7d9249 -r 00a1f09f9d78 crypto/external/bsd/heimdal/lib/libkrb5/Makefile
--- a/crypto/external/bsd/heimdal/lib/libkrb5/Makefile  Sat Jan 28 21:54:57 2017 +0000
+++ b/crypto/external/bsd/heimdal/lib/libkrb5/Makefile  Sat Jan 28 22:25:44 2017 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index