Source-Changes-HG archive

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

[src/trunk]: src fix direct reference to texinfo, bleh



details:   https://anonhg.NetBSD.org/src/rev/f7458570ec25
branches:  trunk
changeset: 813060:f7458570ec25
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 14 02:51:25 2016 +0000

description:
fix direct reference to texinfo, bleh

diffstat:

 Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f7bb8c912e59 -r f7458570ec25 Makefile
--- a/Makefile  Thu Jan 14 02:43:50 2016 +0000
+++ b/Makefile  Thu Jan 14 02:51:25 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.316 2015/07/23 08:03:25 mrg Exp $
+#      $NetBSD: Makefile,v 1.317 2016/01/14 02:51:25 christos Exp $
 
 #
 # This is the top-level makefile for building NetBSD. For an outline of
@@ -163,7 +163,7 @@
        ${MAKEDIRTARGET} share/man makedb
 .endif
 .if (${MKUNPRIVED} != "no" && ${MKINFO} != "no")
-       ${MAKEDIRTARGET} gnu/usr.bin/texinfo/install-info infodir-meta
+       ${MAKEDIRTARGET} external/gpl2/texinfo/bin/install-info infodir-meta
 .endif
 .if !defined(NOPOSTINSTALL)
        ${MAKEDIRTARGET} . postinstall-check



Home | Main Index | Thread Index | Old Index