blob: 038c3a20c25c25fe6f9e9f07332a6814d7254aca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
$NetBSD: patch-ac,v 1.3 2012/07/30 02:21:31 dholland Exp $
Configure paths for pkgsrc.
--- doc/Xdialog.man.orig 2008-08-29 15:18:19.000000000 +0100
+++ doc/Xdialog.man 2008-08-29 15:20:05.000000000 +0100
@@ -268,11 +268,11 @@
.br
\fI%%datadir%%/locale/*/LC_MESSAGES/Xdialog.mo\fP
.br
-\fI%%mandir%%/man1/Xdialog.1*\fP
+\fI%%mandir%%/man1/Xdialog.1\fP
.br
-\fI%%datadir%%/doc/Xdialog\-%%version%%/*\fP
+\fI%%datadir%%/doc/xdialog/*\fP
.br
-\fI%%datadir%%/doc/Xdialog\-%%version%%/samples/*\fP
+\fI%%datadir%%/examples/xdialog/*\fP
.SH "ENVIRONMENT VARIABLES"
.LP
\fIXDIALOG_HIGH_DIALOG_COMPAT\fR
@@ -306,9 +306,9 @@
Setting this variable to 1 will prevent the Gdk, GLib and Gtk library from emitting messages via g_log().
.SH "EXAMPLES"
.LP
-Sample scripts are available in the \fI%%datadir%%/doc/Xdialog\-%%version%%/samples/\fR directory.
+Sample scripts are available in the \fI%%datadir%%/examples/xdialog\fR directory.
.br
-Full HTML doc with screen shots, examples and FAQ is available in the \fI%%datadir%%/doc/Xdialog\-%%version%%/\fR directory.
+Full HTML doc with screen shots, examples and FAQ is available in the \fI%%datadir%%/doc/xdialog\fR directory.
.SH "AUTHORS"
.LP
Thierry Godefroy <xdialog@free.fr> (from v1.1.0 onwards)
|