Tue Nov 2 14:41:32 2010 UTC ()
Do substitute __TESTSDIR__ when generating atf(7) man page.


(njoly)
diff -r1.3 -r1.4 src/external/bsd/atf/share/doc/atf/Makefile

cvs diff -r1.3 -r1.4 src/external/bsd/atf/share/doc/atf/Makefile (expand / switch to context diff)
--- src/external/bsd/atf/share/doc/atf/Makefile 2010/06/04 08:33:41 1.3
+++ src/external/bsd/atf/share/doc/atf/Makefile 2010/11/02 14:41:32 1.4
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/06/04 08:33:41 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/02 14:41:32 njoly Exp $
 
 .include <bsd.own.mk>
 
@@ -18,7 +18,9 @@
 
 CLEANFILES+=	atf.7 atf.7.tmp
 atf.7: atf.7.in
-	${TOOL_SED} -e 's,__DOCDIR__,/usr/share/doc/atf,g' \
+	${TOOL_SED} \
+	    -e 's,__DOCDIR__,/usr/share/doc/atf,g' \
+	    -e 's,__TESTSDIR__,/usr/tests,g' \
 	    <${SRCDIR}/doc/atf.7.in >atf.7.tmp
 	mv atf.7.tmp atf.7