freebsd-ports/math/oleo/files/patch-doc_Makefile.in
John Marino 0b70cc11ff math/oleo: document ncurses and remove extern errno
While here, regenerate all patches with makepatch
2016-08-23 16:25:35 +00:00

20 lines
637 B
Text

--- doc/Makefile.in.orig 2001-03-10 14:32:46 UTC
+++ doc/Makefile.in
@@ -87,7 +87,7 @@ INTLOBJS = @INTLOBJS@
LIBOBJS = @LIBOBJS@
LN_S = @LN_S@
MAINT = @MAINT@
-MAKEINFO = @MAKEINFO@
+MAKEINFO = @MAKEINFO@ --no-split
MKINSTALLDIRS = @MKINSTALLDIRS@
MOTIF_CFLAGS = @MOTIF_CFLAGS@
MOTIF_LIBS = @MOTIF_LIBS@
@@ -125,7 +125,7 @@ TEXIS = basics.texi bugs.texi cell-refs.
EXTRA_DIST = $(TEXIS) oleo_web.html texi2html oleo1.png
noinst_DATA = oleo_web.html $(TEXIS)
-@HavePerl_TRUE@htmldir = $(prefix)/share/oleo
+@HavePerl_TRUE@htmldir = $(prefix)/share/doc/oleo
@HavePerl_TRUE@html_DATA = oleo.html
DISTCLEANFILES = $(html_DATA)