pkgsrc/x11/xlt/patches/patch-ab
rillig 4aa7103301 Fixed pkglint warnings, bumped PKGREVISION.
* Added license declaration
* Moved documentation out of the deprecated share/doc/html
* Documented patch
2018-01-07 19:27:56 +00:00

24 lines
678 B
Text

$NetBSD: patch-ab,v 1.3 2018/01/07 19:27:56 rillig Exp $
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)
-htmldir = $(prefix)/Xlt/doc/html
+htmldir = $(prefix)/share/doc/Xlt
subdir = doc
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs