openbsd-ports/x11/lesstif/patches/patch-doc_www.lesstif.org_Makefile.in

21 lines
961 B
Plaintext
Raw Normal View History

2001-01-21 21:43:34 -05:00
--- doc/www.lesstif.org/Makefile.in.orig Thu Dec 21 07:42:41 2000
+++ doc/www.lesstif.org/Makefile.in Sun Jan 21 18:22:06 2001
@@ -125,14 +125,14 @@
1998-05-06 02:05:05 -04:00
# Lets put the informational stuff in a sub directory to avoid
1999-09-13 17:28:37 -04:00
# polluting /usr/local for default installs.
1998-05-06 02:05:05 -04:00
#
2000-06-19 21:24:44 -04:00
-docdir = $(exec_prefix)/LessTif/doc
+docdir = $(pkgdatadir)/doc/html
2001-01-21 21:43:34 -05:00
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 mirrors.html platforms.html release-policy.html test_policy.html test_summary.html testers.html versions.html web_button.html known.html help.html Advocacy.html Xbae.html Xlt.html feedback.html
2000-06-19 21:24:44 -04:00
-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