openbsd-ports/devel/cln/patches/patch-doc_Makefile_in
steven 6eff9f4ec6 import cln, a c++ library for efficient computations
from Paul Irofti <bulibuta at gmail.com> with some tweaks
2007-11-20 12:09:52 +00:00

18 lines
488 B
Plaintext

$OpenBSD: patch-doc_Makefile_in,v 1.1.1.1 2007/11/20 12:09:52 steven Exp $
--- doc/Makefile.in.orig Tue Nov 20 11:54:26 2007
+++ doc/Makefile.in Tue Nov 20 11:55:01 2007
@@ -11,10 +11,11 @@ local_prefix = /usr/local
exec_prefix = @exec_prefix@
datarootdir = @datarootdir@
datadir = @datadir@
+docdir = @docdir@
infodir = @infodir@
mandir = @mandir@
-htmldir = $(datadir)/html
-dvidir = $(datadir)/dvi
+htmldir = $(docdir)
+dvidir = $(docdir)
DESTDIR =
# Programs used by "make":