pkgsrc/graphics/dia/patches/patch-cc
drochner fdf9bcb767 fix help file installation in the !gnome case, problem found by
Lubomir Sedlacik
(no PKGREVISION bump because the default case is not affected)
Help display seems fundamentally broken to me in the !gnome case;
the code looks for an "index.html" which is not installed (and which
no make rule is present for).
2006-06-11 16:55:35 +00:00

13 lines
493 B
Text

$NetBSD: patch-cc,v 1.1 2006/06/11 16:55:35 drochner Exp $
--- doc/pl/Makefile.in.orig 2006-06-11 17:35:25.000000000 +0200
+++ doc/pl/Makefile.in
@@ -322,7 +322,7 @@ docname = dia
lang = pl
omffile =
entities =
-@HAVE_GNOME_FALSE@docdir = $(datadir)/help/$(docname)/$(lang)
+@HAVE_GNOME_FALSE@docdir = $(datadir)/dia/help/$(lang)
# ********** Begin of section some packagers may need to modify **********
# This variable (docdir) specifies where the documents should be installed.