openbsd-ports/x11/lesstif/patches/patch-doc_www.lesstif.org_Makefile.in
2000-06-30 06:01:26 +00:00

25 lines
823 B
Plaintext

--- doc/www.lesstif.org/Makefile.in.orig Sun Jun 25 12:38:15 2000
+++ doc/www.lesstif.org/Makefile.in Thu Jun 29 22:42:41 2000
@@ -124,7 +124,7 @@
# Lets put the informational stuff in a sub directory to avoid
# polluting /usr/local for default installs.
#
-docdir = $(exec_prefix)/LessTif/doc
+docdir = $(pkgdatadir)/doc/html
doc_DATA = COPYING.LIB.html FAQ.html INSTALL.html apps.html \
bugs.html cdrom.html core.html current.html \
cvs.html download.html index.html links.html lists.html \
@@ -134,10 +134,10 @@
Advocacy.html Xbae.html Xlt.html
-rootdir = $(exec_prefix)/LessTif
+rootdir = $(pkgdatadir)
root_DATA = Install
-root2dir = $(exec_prefix)/LessTif
+root2dir = $(pkgdatadir)
root2_DATA = FAQ
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../include/LTconfig.h