Module Name:    src
Committed By:   christos
Date:           Thu Jan 14 02:51:25 UTC 2016

Modified Files:
        src: Makefile

Log Message:
fix direct reference to texinfo, bleh


To generate a diff of this commit:
cvs rdiff -u -r1.316 -r1.317 src/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/Makefile
diff -u src/Makefile:1.316 src/Makefile:1.317
--- src/Makefile:1.316	Thu Jul 23 04:03:25 2015
+++ src/Makefile	Wed Jan 13 21:51:25 2016
@@ -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 @@ afterinstall: .PHONY .MAKE
 	${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

Reply via email to