openbsd-ports/devel/cln/patches/patch-doc_Makefile_in
steven 6357f465dc update to cln 1.2.2
from maintainer Paul Irofti
tested by merdely and sthen
2008-06-17 19:30:19 +00:00

18 lines
484 B
Plaintext

$OpenBSD: patch-doc_Makefile_in,v 1.2 2008/06/17 19:30:19 steven Exp $
--- doc/Makefile.in.orig Mon Jun 16 03:23:28 2008
+++ doc/Makefile.in Mon Jun 16 03:23:01 2008
@@ -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":