diff options
Diffstat (limited to 'x11/xlt/patches/patch-ab')
-rw-r--r-- | x11/xlt/patches/patch-ab | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/x11/xlt/patches/patch-ab b/x11/xlt/patches/patch-ab index 4224bf7b474..b05fb258f69 100644 --- a/x11/xlt/patches/patch-ab +++ b/x11/xlt/patches/patch-ab @@ -1,7 +1,18 @@ -$NetBSD: patch-ab,v 1.1 2008/08/30 20:51:07 dholland Exp $ +$NetBSD: patch-ab,v 1.2 2016/04/01 16:08:36 jperkin Exp $ ---- doc/Makefile.in~ 2005-09-16 09:04:05.000000000 -0400 -+++ doc/Makefile.in 2008-08-30 16:44:10.000000000 -0400 +Honour --mandir. + +--- doc/Makefile.in.orig 2005-09-16 13:04:05.000000000 +0000 ++++ doc/Makefile.in +@@ -161,7 +161,7 @@ libexecdir = @libexecdir@ + link_motif = @link_motif@ + localstatedir = @localstatedir@ + +-mandir = $(prefix)/man ++mandir = @mandir@ + oldincludedir = @oldincludedir@ + prefix = @prefix@ + program_transform_name = @program_transform_name@ @@ -219,7 +219,7 @@ html_HTML = SciPlot.html SciPlotProg.htm html_DATA = $(html_HTML) |